summaryrefslogtreecommitdiffstats
path: root/make/custom/FreeBSD-posix.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/FreeBSD-posix.cfg')
-rw-r--r--make/custom/FreeBSD-posix.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/custom/FreeBSD-posix.cfg b/make/custom/FreeBSD-posix.cfg
index 944cc24cba..016902e984 100644
--- a/make/custom/FreeBSD-posix.cfg
+++ b/make/custom/FreeBSD-posix.cfg
@@ -26,13 +26,6 @@ CFLAGS_OPTIMIZE_V = -O2
# This section makes the target dependent options file.
-# RTEMS_UNIX (unix)
-# Define this to indicate this is an RTEMS UNIX port.
-
-define make-target-options
- echo "#define RTEMS_UNIX 1 " >>$@
-endef
-
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -ng $@ > $(basename $@).num