Changeset 640e0dd6 in rtems
- Timestamp:
- 09/06/02 02:45:50 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 662814d
- Parents:
- addebe67
- Location:
- c/src/make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/make/ChangeLog
raddebe67 r640e0dd6 1 2002-09-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.inc.in: Comment out RTEMS_USE_GCC272. 4 Comment out RTEMS_LIBC_DIR. 5 1 6 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/make/Makefile.inc.in
raddebe67 r640e0dd6 39 39 RTEMS_USE_MACROS = @RTEMS_USE_MACROS@ 40 40 RTEMS_HAS_CPLUSPLUS = @RTEMS_HAS_CPLUSPLUS@ 41 RTEMS_USE_GCC272 = @RTEMS_USE_GCC272@ 42 RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@ 41 # OBSOLETE: Don't use 42 # RTEMS_USE_GCC272 = no 43 # OBSOLETE: Don't use 44 # RTEMS_LIBC_DIR = @RTEMS_LIBC_DIR@ 43 45 44 46 export RTEMS_BSP
Note: See TracChangeset
for help on using the changeset viewer.