Changeset 1e847fb in mainline
- 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
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r7bb0c32 r1e847fb 25 25 @ "gcc_native" GCC Native 26 26 @ "icc_native" ICC Native 27 @ "s scc_native" Sun Studio C Compiler27 @ "suncc_native" Sun Studio C Compiler 28 28 ! [PLATFORM=amd64|PLATFORM=ia32|PLATFORM=ia32xen] COMPILER (choice) 29 29 … … 37 37 @ "gcc_cross" GCC Cross-compiler 38 38 @ "gcc_native" GCC Native 39 @ "s scc_native" Sun Studio C Compiler39 @ "suncc_native" Sun Studio C Compiler 40 40 ! [PLATFORM=sparc64] COMPILER (choice) 41 41 -
boot/boot.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 -
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 -
uspace/uspace.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] 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.