Changeset 7406ae3e in rtems
- Timestamp:
- 05/27/03 07:23:51 (20 years ago)
- Children:
- 93d5462
- Parents:
- 35b8dbb9
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r35b8dbb9 r7406ae3e 1 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * custom/mvme2307.cfg: Remove CFLAGS_PROFILE_V. 4 1 5 2003-03-25 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 2 6 -
make/custom/mvme2307.cfg
r35b8dbb9 r7406ae3e 29 29 CFLAGS_DEBUG_V = -O1 30 30 31 # profile flags: typically none, but at least -O1 is required due to this32 # BSP using inlined code33 CFLAGS_PROFILE_V = -O134 35 31 define make-exe 36 32 $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
Note: See TracChangeset
for help on using the changeset viewer.