Changeset 44bec47 in mainline for kernel/arch/amd64/Makefile.inc
- Timestamp:
- 2007-06-06T20:00:13Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ee8a075
- Parents:
- 99373fe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/Makefile.inc
r99373fe r44bec47 36 36 TOOLCHAIN_DIR = /usr/local/amd64 37 37 38 GCC_CFLAGS += -fno-unwind-tables -m64 -mcmodel=kernel -mno-red-zone 38 CMN1 = -m64 -mcmodel=kernel -mno-red-zone -fno-unwind-tables 39 GCC_CFLAGS += $(CMN1) 40 ICC_CFLAGS += $(CMN1) 39 41 SUNCC_CFLAGS += -m64 -xmodel=kernel 40 42 … … 45 47 46 48 ifeq ($(MACHINE),opteron) 47 GCC_CFLAGS += -march=opteron 49 CMN2 := -march=opteron 50 GCC_CFLAGS += $(CMN2) 51 ICC_CFLAGS += $(CMN2) 52 SUNCC_CFLAGS += -xtarget=opteron 48 53 DEFS += -DFENCES=p4 49 54 endif
Note:
See TracChangeset
for help on using the changeset viewer.