Changeset e98285d in rtems
- Timestamp:
- 11/24/03 10:34:05 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 09196757
- Parents:
- 2f6c188
- Location:
- c/src/make
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/make/ChangeLog
r2f6c188 re98285d 1 2003-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 1 8 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
c/src/make/Makefile.inc.in
r2f6c188 re98285d 37 37 RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@ 38 38 RTEMS_HAS_ITRON_API = @RTEMS_HAS_ITRON_API@ 39 RTEMS_USE_MACROS = @RTEMS_USE_MACROS@40 39 RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ 41 40 -
c/src/make/configure.ac
r2f6c188 re98285d 22 22 RTEMS_ENABLE_NETWORKING 23 23 RTEMS_ENABLE_RDBG 24 RTEMS_ENABLE_INLINES25 24 RTEMS_ENABLE_CXX 26 25 RTEMS_ENABLE_BARE -
c/src/make/target.cfg.in
r2f6c188 re98285d 38 38 RTEMS_HAS_RDBG = @RTEMS_HAS_RDBG@ 39 39 RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ 40 RTEMS_USE_MACROS = @RTEMS_USE_MACROS@41 40 RTEMS_CPU = @RTEMS_CPU@ 42 41
Note: See TracChangeset
for help on using the changeset viewer.