summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-12 14:52:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-02-12 14:52:50 +0000
commite5bc196873ba53dedb69b4bd74066db41efbdede (patch)
tree3a95152755ac0b1789c2dc1b29afb36222139534
parent2001-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e5bc196873ba53dedb69b4bd74066db41efbdede.tar.bz2
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg, custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg, custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
-rw-r--r--make/ChangeLog6
-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
6 files changed, 6 insertions, 23 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 919e080324..415108cc1a 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,10 @@
+2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg,
+ custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg,
+ custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* lib.cfg: include $(PROJECT_ROOT)/make/leaf.cfg
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