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.
This commit is contained in:
Joel Sherrill
2001-02-12 14:52:50 +00:00
parent 974d213fc9
commit e5bc196873
6 changed files with 6 additions and 23 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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