summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/Solaris-posix.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index 836bf95fbd..82b1cff655 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -26,11 +26,6 @@ DEFINES += -D__EXTENSIONS__ -Dsolaris2
# -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