From 2f6c18807ef9e7617750984592aeee7d9e84ffea Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Nov 2003 10:02:34 +0000 Subject: 2003-11-24 Ralf Corsepius * custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE. * custom/default.cfg: Remove INLINE,INLINE_UPCASE. --- make/custom/default.cfg | 9 --------- 1 file changed, 9 deletions(-) (limited to 'make/custom/default.cfg') diff --git a/make/custom/default.cfg b/make/custom/default.cfg index ae6893b994..d2e177498e 100644 --- a/make/custom/default.cfg +++ b/make/custom/default.cfg @@ -14,15 +14,6 @@ include $(RTEMS_ROOT)/make/host.cfg include $(RTEMS_ROOT)/make/main.cfg include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg -# use the inline functions instead of the macros -ifeq ($(RTEMS_USE_MACROS),yes) -INLINE=macros -INLINE_UPCASE= -else -INLINE=inline -INLINE_UPCASE=INLINE -endif - ## Target compiler config file, if any CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg -- cgit v1.2.3