Rev 164 | Rev 178 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 164 | Rev 172 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | 8 | ||
9 | #ASFLAGS=--64 |
9 | #ASFLAGS=--64 |
10 | 10 | ||
11 | DEFS=-DARCH=$(ARCH) |
11 | DEFS=-DARCH=$(ARCH) |
12 | CPPFLAGS=$(DEFS) -nostdinc -I../include |
12 | CPPFLAGS=$(DEFS) -nostdinc -I../include |
13 | CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel |
13 | CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone |
14 | LFLAGS=-M -T ../arch/amd64/_link.ld |
14 | LFLAGS=-M -T ../arch/amd64/_link.ld |
15 | 15 | ||
16 | arch_sources = arch/dummy.s \ |
16 | arch_sources = arch/dummy.s \ |
17 | arch/fpu_context.c \ |
17 | arch/fpu_context.c \ |
18 | arch/putchar.c \ |
18 | arch/putchar.c \ |