Changeset cfd6efd2 in mainline for arch/amd64/Makefile.inc


Ignore:
Timestamp:
2005-08-24T12:33:38Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
361635c
Parents:
6e787c4
Message:

Do not allow red area on stack in kernel mode.
Small updates for AMD64 memory layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    r6e787c4 rcfd6efd2  
    1111DEFS=-DARCH=$(ARCH)
    1212CPPFLAGS=$(DEFS) -nostdinc -I../include
    13 CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel
     13CFLAGS=$(CPPFLAGS) -nostdlib -fno-builtin -fno-unwind-tables -Wmissing-prototypes -Werror -O3 -march=opteron -m64 -mcmodel=kernel -mno-red-zone
    1414LFLAGS=-M -T ../arch/amd64/_link.ld
    1515
Note: See TracChangeset for help on using the changeset viewer.