Changes in kernel/arch/amd64/Makefile.inc [2689a0b:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/Makefile.inc
r2689a0b r9d58539 55 55 GCC_CFLAGS += $(CMN1) 56 56 ICC_CFLAGS += $(CMN1) 57 SUNCC_CFLAGS += -m64 -xmodel=kernel 57 58 58 59 BITS = 64 … … 66 67 GCC_CFLAGS += $(CMN2) 67 68 ICC_CFLAGS += $(CMN2) 69 SUNCC_CFLAGS += -xtarget=opteron 68 70 endif 69 71
Note:
See TracChangeset
for help on using the changeset viewer.