mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user