Changeset 3a8915e in rtems for c/src/make/Makefile.inc.in
- Timestamp:
- Aug 6, 1999, 5:55:25 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2fe7208
- Parents:
- 22544db9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/make/Makefile.inc.in
r22544db9 r3a8915e 1 RTEMS_BSP = @RTEMS_BSP@2 3 1 # 4 # 5 # Target specific settings. To be included in application Makefiles. 2 # BSP specific settings. To be included in application Makefiles 6 3 # 7 4 8 5 prefix = @prefix@ 9 6 10 CC_FOR_TARGET = @ program_prefix@gcc11 AS_FOR_TARGET = @ program_prefix@as12 AR_FOR_TARGET = @ program_prefix@ar13 NM_FOR_TARGET = @ program_prefix@nm14 LD_FOR_TARGET = @ program_prefix@ld15 SIZE_FOR_TARGET = @ program_prefix@size16 OBJCOPY_FOR_TARGET = @ program_prefix@objcopy7 CC_FOR_TARGET = @CC_FOR_TARGET@ 8 AS_FOR_TARGET = @AS_FOR_TARGET@ 9 AR_FOR_TARGET = @AR_FOR_TARGET@ 10 NM_FOR_TARGET = @NM_FOR_TARGET@ 11 LD_FOR_TARGET = @LD_FOR_TARGET@ 12 SIZE_FOR_TARGET = @SIZE_FOR_TARGET@ 13 OBJCOPY_FOR_TARGET = @OBJCOPY_FOR_TARGET@ 17 14 18 15 CC= $(CC_FOR_TARGET)
Note: See TracChangeset
for help on using the changeset viewer.