Changeset 136edca in mainline for boot/arch/sparc64/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/sparc64/loader/Makefile
re19d667 r136edca 38 38 ifeq ($(COMPILER),gcc_native) 39 39 CC = gcc 40 AS = as41 LD = ld42 OBJCOPY = objcopy43 OBJDUMP = objdump44 endif45 46 ifeq ($(COMPILER),icc_native)47 CC = icc48 40 AS = as 49 41 LD = ld
Note:
See TracChangeset
for help on using the changeset viewer.