Changeset e5bc1968 in rtems
- Timestamp:
- 02/12/01 14:52:50 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c0394d4b
- Parents:
- 974d213f
- Location:
- make
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r974d213f re5bc1968 1 2 2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * custom/Cygwin-posix.cfg, custom/HPUX9-posix.cfg, 5 custom/Solaris-posix.cfg, custom/FreeBSD-posix.cfg, 6 custom/Linux-posix.cfg: Remove RTEMS_UNIX from make-target-options. 1 7 2 8 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
make/custom/Cygwin-posix.cfg
r974d213f re5bc1968 32 32 # This section makes the target dependent options file. 33 33 34 # RTEMS_UNIX (unix)35 # Define this to indicate this is an RTEMS UNIX port.36 37 34 define make-target-options 38 echo "#define RTEMS_UNIX 1 " >>$@39 35 endef 40 36 -
make/custom/FreeBSD-posix.cfg
r974d213f re5bc1968 27 27 # This section makes the target dependent options file. 28 28 29 # RTEMS_UNIX (unix)30 # Define this to indicate this is an RTEMS UNIX port.31 32 define make-target-options33 echo "#define RTEMS_UNIX 1 " >>$@34 endef35 36 29 define make-exe 37 30 $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS) -
make/custom/HPUX9-posix.cfg
r974d213f re5bc1968 36 36 # This section makes the target dependent options file. 37 37 38 # RTEMS_UNIX (unix)39 # Define this to indicate this is an RTEMS UNIX port.40 41 38 define make-target-options 42 echo "#define RTEMS_UNIX 1 " >>$@43 39 endef 44 40 -
make/custom/Linux-posix.cfg
r974d213f re5bc1968 32 32 # This section makes the target dependent options file. 33 33 34 # RTEMS_UNIX (unix)35 # Define this to indicate this is an RTEMS UNIX port.36 37 34 define make-target-options 38 echo "#define RTEMS_UNIX 1 " >>$@39 35 endef 40 36 -
make/custom/Solaris-posix.cfg
r974d213f re5bc1968 29 29 # This section makes the target dependent options file. 30 30 31 # RTEMS_UNIX (unix)32 # Define this to indicate this is an RTEMS UNIX port.33 34 31 define make-target-options 35 echo "#define RTEMS_UNIX 1 " >>$@36 32 endef 37 33
Note: See TracChangeset
for help on using the changeset viewer.