Changeset b00b6a7 in rtems


Ignore:
Timestamp:
01/24/01 18:06:01 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e8a7a46
Parents:
f42b726
Message:

2001-01-24 Ralf Corsepius <corsepiu@…>

  • configure.in: Remove rtems_cv_prog_cc_cross reference.
  • target.cfg.in: Delete commented out lines regarding obsolete lines.
Location:
c/make
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/make/ChangeLog

    rf42b726 rb00b6a7  
     12001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.in: Remove rtems_cv_prog_cc_cross reference.
     4        * target.cfg.in: Delete commented out lines regarding obsolete lines.
     5
    162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/make/configure.in

    rf42b726 rb00b6a7  
    4040RTEMS_CANONICALIZE_TOOLS
    4141
    42 AC_SUBST(rtems_cv_prog_cc_cross)
    4342AC_SUBST(RTEMS_HAS_POSIX)
    4443AC_SUBST(RTEMS_HOST)
  • c/make/target.cfg.in

    rf42b726 rb00b6a7  
    3535export CXX
    3636
    37 # OBSOLETE: The macros below are installation dependent
    38 # RTEMS_CROSS_TARGET=@rtems_cv_prog_cc_cross@
    39 # RTEMS_HOST = @RTEMS_HOST@
    4037RTEMS_HAS_MULTIPROCESSING = @RTEMS_HAS_MULTIPROCESSING@
    4138RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
Note: See TracChangeset for help on using the changeset viewer.