Changeset ffc277e in mainline for arch/amd64/Makefile.inc
- Timestamp:
- 2005-09-10T00:52:13Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f3a6c8e5
- Parents:
- b02e5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/Makefile.inc
rb02e5d1 rffc277e 22 22 23 23 24 CPPFLAGS=$(DEFS) -nostdinc -I../include 25 CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone 24 CFLAGS=$(DEFS) -nostdlib -fno-builtin -fno-unwind-tables -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone 26 25 LFLAGS=-M 27 26 28 27 ../arch/$(ARCH)/_link.ld: ../arch/$(ARCH)/_link.ld.in 29 $(CC) $(CFLAGS) - E -x c $< | grep -v "^\#" > $@28 $(CC) $(CFLAGS) -C -E -x c $< | grep -v "^\#" > $@ 30 29 31 30 arch_sources = arch/dummy.s \
Note:
See TracChangeset
for help on using the changeset viewer.