summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/default.cfg')
-rw-r--r--make/custom/default.cfg9
1 files changed, 0 insertions, 9 deletions
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