summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/Cygwin-posix.cfg4
-rw-r--r--make/custom/FreeBSD-posix.cfg7
-rw-r--r--make/custom/HPUX9-posix.cfg4
-rw-r--r--make/custom/Linux-posix.cfg4
-rw-r--r--make/custom/Solaris-posix.cfg4
5 files changed, 0 insertions, 23 deletions
diff --git a/make/custom/Cygwin-posix.cfg b/make/custom/Cygwin-posix.cfg
index 3b3947d027..23591f8769 100644
--- a/make/custom/Cygwin-posix.cfg
+++ b/make/custom/Cygwin-posix.cfg
@@ -31,11 +31,7 @@ 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
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
diff --git a/make/custom/HPUX9-posix.cfg b/make/custom/HPUX9-posix.cfg
index 1aa6dead4f..c32232c01f 100644
--- a/make/custom/HPUX9-posix.cfg
+++ b/make/custom/HPUX9-posix.cfg
@@ -35,11 +35,7 @@ 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
diff --git a/make/custom/Linux-posix.cfg b/make/custom/Linux-posix.cfg
index f86b4f2e70..c417ea0d7a 100644
--- a/make/custom/Linux-posix.cfg
+++ b/make/custom/Linux-posix.cfg
@@ -31,11 +31,7 @@ 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
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index 5b183d745f..836bf95fbd 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -28,11 +28,7 @@ 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