Changeset 136edca in mainline for boot/arch/mips32/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/mips32/loader/Makefile
re19d667 r136edca 46 46 ifeq ($(COMPILER),gcc_native) 47 47 CC = gcc 48 AS = as49 LD = ld50 OBJCOPY = objcopy51 OBJDUMP = objdump52 endif53 54 ifeq ($(COMPILER),icc_native)55 CC = icc56 48 AS = as 57 49 LD = ld
Note:
See TracChangeset
for help on using the changeset viewer.