- Timestamp:
- 2007-05-31T22:48:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60133d0
- Parents:
- 7bb0c32
- Location:
- kernel
- Files:
-
- 2 edited
-
Makefile (modified) (1 diff)
-
kernel.config (modified) (2 diffs)
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 -
kernel/kernel.config
r7bb0c32 r1e847fb 17 17 @ "gcc_native" GCC Native 18 18 @ "icc_native" ICC Native 19 @ "s scc_native" Sun Studio C Compiler19 @ "suncc_native" Sun Studio C Compiler 20 20 ! [ARCH=amd64|ARCH=ia32|ARCH=ia32xen] COMPILER (choice) 21 21 … … 29 29 @ "gcc_cross" GCC Cross-compiler 30 30 @ "gcc_native" GCC Native 31 @ "s scc_native" Sun Studio C Compiler31 @ "suncc_native" Sun Studio C Compiler 32 32 ! [ARCH=sparc64] COMPILER (choice) 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
