From e1d8abbe2800defb344dcce54c401733edd1d37a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 7 Sep 1999 13:45:03 +0000 Subject: Applied patch rtems-rc-19990820-6.diff.gz from Ralf Corsepius which converted many Makefile.in's to Makefile.am's. This added a lot of files. --- c/src/make/custom/default.cfg.in | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'c/src/make/custom/default.cfg.in') diff --git a/c/src/make/custom/default.cfg.in b/c/src/make/custom/default.cfg.in index 8bcc453475..aaf1507538 100644 --- a/c/src/make/custom/default.cfg.in +++ b/c/src/make/custom/default.cfg.in @@ -20,21 +20,6 @@ endif include $(RTEMS_ROOT)/make/main.cfg include $(RTEMS_ROOT)/make/bsp.cfg -# use the inline functions instead of the macros -# ref: src/exec/generic/Makefile -ifeq ($(RTEMS_USE_MACROS),yes) -INLINE=macros -INLINE_UPCASE= -else -INLINE=inline -INLINE_UPCASE=INLINE -endif - -# OBSOLETE: Not used inside the source tree anymore -# HOST Compiler config file -# You may also want to specify where the compiler resides here. -# CONFIG.$(HOST_ARCH).CC = $(PROJECT_ROOT)/make/compilers/gcc.cfg - ## Target compiler config file, if any CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg -- cgit v1.2.3