Changeset e5bc1968 in rtems


Ignore:
Timestamp:
02/12/01 14:52:50 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c0394d4b
Parents:
974d213f
Message:

2001-02-07 Ralf Corsepius <corsepiu@…>

  • 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.
Location:
make
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r974d213f re5bc1968  
     1
     22001-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.
    17
    282001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • make/custom/Cygwin-posix.cfg

    r974d213f re5bc1968  
    3232#  This section makes the target dependent options file.
    3333
    34 #  RTEMS_UNIX (unix)
    35 #     Define this to indicate this is an RTEMS UNIX port.
    36 
    3734define make-target-options
    38         echo "#define RTEMS_UNIX 1 "                       >>$@
    3935endef
    4036
  • make/custom/FreeBSD-posix.cfg

    r974d213f re5bc1968  
    2727#  This section makes the target dependent options file.
    2828
    29 #  RTEMS_UNIX (unix)
    30 #     Define this to indicate this is an RTEMS UNIX port.
    31 
    32 define make-target-options
    33         echo "#define RTEMS_UNIX 1 "                       >>$@
    34 endef
    35 
    3629define make-exe
    3730        $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ $(LINK_OBJS) $(LINK_LIBS)
  • make/custom/HPUX9-posix.cfg

    r974d213f re5bc1968  
    3636#  This section makes the target dependent options file.
    3737
    38 #  RTEMS_UNIX (unix)
    39 #     Define this to indicate this is an RTEMS UNIX port.
    40 
    4138define make-target-options
    42         echo "#define RTEMS_UNIX 1 "                       >>$@
    4339endef
    4440
  • make/custom/Linux-posix.cfg

    r974d213f re5bc1968  
    3232#  This section makes the target dependent options file.
    3333
    34 #  RTEMS_UNIX (unix)
    35 #     Define this to indicate this is an RTEMS UNIX port.
    36 
    3734define make-target-options
    38         echo "#define RTEMS_UNIX 1 "                       >>$@
    3935endef
    4036
  • make/custom/Solaris-posix.cfg

    r974d213f re5bc1968  
    2929#  This section makes the target dependent options file.
    3030
    31 #  RTEMS_UNIX (unix)
    32 #     Define this to indicate this is an RTEMS UNIX port.
    33 
    3431define make-target-options
    35         echo "#define RTEMS_UNIX 1 "                       >>$@
    3632endef
    3733
Note: See TracChangeset for help on using the changeset viewer.