summaryrefslogtreecommitdiffstats
path: root/make/custom/Linux-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/Linux-posix.cfg')
-rw-r--r--make/custom/Linux-posix.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index c417ea0d7a..f91be177a4 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -29,11 +29,6 @@ DEFINES += -D_BSD_SOURCE
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V = -O2
-# This section makes the target dependent options file.
-
-define make-target-options
-endef
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num