Changeset 136edca in mainline for boot/arch/ppc32/loader/Makefile
- Timestamp:
- 2008-05-29T16:04:09Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 960f8476
- Parents:
- e19d667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/Makefile
re19d667 r136edca 41 41 ifeq ($(COMPILER),gcc_native) 42 42 CC = gcc 43 AS = as44 LD = ld45 OBJCOPY = objcopy46 OBJDUMP = objdump47 endif48 49 ifeq ($(COMPILER),icc_native)50 CC = icc51 43 AS = as 52 44 LD = ld
Note:
See TracChangeset
for help on using the changeset viewer.