summaryrefslogtreecommitdiffstats
path: root/make/custom/HPUX9-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/HPUX9-posix.cfg')
-rw-r--r--make/custom/HPUX9-posix.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index c32232c01f..f2437ae095 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -33,11 +33,6 @@ LIBC_DEFINES += -DHEAPSPACE_MB=1
# -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