From e5bc196873ba53dedb69b4bd74066db41efbdede Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Feb 2001 14:52:50 +0000 Subject: 2001-02-07 Ralf Corsepius * 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. --- make/ChangeLog | 6 ++++++ make/custom/Cygwin-posix.cfg | 4 ---- make/custom/FreeBSD-posix.cfg | 7 ------- make/custom/HPUX9-posix.cfg | 4 ---- make/custom/Linux-posix.cfg | 4 ---- make/custom/Solaris-posix.cfg | 4 ---- 6 files changed, 6 insertions(+), 23 deletions(-) (limited to 'make') 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 + + * 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 * 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 -- cgit v1.2.3