Changeset e98285d in rtems


Ignore:
Timestamp:
11/24/03 10:34:05 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
09196757
Parents:
2f6c188
Message:

2003-11-24 Ralf Corsepius <corsepiu@…>

  • target.cfg.in: Remove RTEMS_USE_MACROS.
  • Makefile.inc.in: Remove RTEMS_USE_MACROS.
  • aclocal/enable-inlines.m4: Removed.
  • configure.ac: Remove RTEMS_ENABLE_INLINES.
Location:
c/src/make
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/ChangeLog

    r2f6c188 re98285d  
     12003-11-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * target.cfg.in: Remove RTEMS_USE_MACROS.
     4        * Makefile.inc.in: Remove RTEMS_USE_MACROS.
     5        * aclocal/enable-inlines.m4: Removed.
     6        * configure.ac: Remove RTEMS_ENABLE_INLINES.
     7
    182003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/make/Makefile.inc.in

    r2f6c188 re98285d  
    3737RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
    3838RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@
    39 RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
    4039RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
    4140
  • c/src/make/configure.ac

    r2f6c188 re98285d  
    2222RTEMS_ENABLE_NETWORKING
    2323RTEMS_ENABLE_RDBG
    24 RTEMS_ENABLE_INLINES
    2524RTEMS_ENABLE_CXX
    2625RTEMS_ENABLE_BARE
  • c/src/make/target.cfg.in

    r2f6c188 re98285d  
    3838RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@
    3939RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@
    40 RTEMS_USE_MACROS = @RTEMS_USE_MACROS@
    4140RTEMS_CPU = @RTEMS_CPU@
    4241
Note: See TracChangeset for help on using the changeset viewer.