Changeset 544b4bf in mainline for arch/amd64/Makefile.inc


Ignore:
Timestamp:
2005-09-03T13:11:54Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f08a55d
Parents:
51022e9b
Message:

Added basic FPU context (not working).
Added CPU utilities from ia32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/Makefile.inc

    r51022e9b r544b4bf  
    77LD=$(AMD64_BINUTILS_DIR)/$(AMD64_TARGET)-ld
    88
    9 #ASFLAGS=--64
     9
    1010
    1111DEFS=-DARCH=$(ARCH)
     12
     13ifdef SMP
     14DEFS+=-D$(SMP)
     15endif
     16
     17ifdef HT
     18DEFS+=-D$(HT)
     19endif
     20
     21
    1222CPPFLAGS=$(DEFS) -nostdinc -I../include
    1323CFLAGS=$(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.