Changeset 544b4bf in mainline for arch/amd64/Makefile.inc
- Timestamp:
- 2005-09-03T13:11:54Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2f08a55d
- Parents:
- 51022e9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/Makefile.inc
r51022e9b r544b4bf 7 7 LD=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-ld 8 8 9 #ASFLAGS=--64 9 10 10 11 11 DEFS=-DARCH=$(ARCH) 12 13 ifdef SMP 14 DEFS+=-D$(SMP) 15 endif 16 17 ifdef HT 18 DEFS+=-D$(HT) 19 endif 20 21 12 22 CPPFLAGS=$(DEFS) -nostdinc -I../include 13 23 CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone
Note:
See TracChangeset
for help on using the changeset viewer.