Changeset 1e847fb in mainline for kernel/Makefile
- Timestamp:
- 2007-05-31T22:48:41Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60133d0
- Parents:
- 7bb0c32
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile
r7bb0c32 r1e847fb 130 130 ifeq ($(COMPILER),icc_native) 131 131 CC = icc 132 AS = as 133 LD = ld 134 OBJCOPY = objcopy 135 OBJDUMP = objdump 136 LIBDIR = /usr/lib 137 endif 138 139 ifeq ($(COMPILER),suncc_native) 140 CC = suncc 132 141 AS = as 133 142 LD = ld
Note:
See TracChangeset
for help on using the changeset viewer.