PPC: Comment out cpu-specific compile flags for Sam460ex

Userland and even kernel shouldn't require this anyway,
cpu-specific code can still be compiled with those flags separately.
This commit is contained in:
François Revol 2013-03-09 03:20:12 +01:00
parent 2441f3ed90
commit 80859e45b4
1 changed files with 6 additions and 6 deletions

View File

@ -30,10 +30,10 @@ HAIKU_BOARD_LOADER_STACK_BASE = 0x02000000 ;
# gcc flags for the specific cpu
#
HAIKU_KERNEL_PIC_CCFLAGS += -mcpu=440fp -mtune=440fp ;
HAIKU_KERNEL_PIC_C++FLAGS += -mcpu=440fp -mtune=440fp ;
HAIKU_KERNEL_CCFLAGS += -mcpu=440fp -mtune=440fp ;
HAIKU_KERNEL_C++FLAGS += -mcpu=440fp -mtune=440fp ;
HAIKU_CCFLAGS += -mcpu=440fp -mtune=440fp ;
HAIKU_C++FLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_KERNEL_PIC_CCFLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_KERNEL_PIC_C++FLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_KERNEL_CCFLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_KERNEL_C++FLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_CCFLAGS += -mcpu=440fp -mtune=440fp ;
#HAIKU_C++FLAGS += -mcpu=440fp -mtune=440fp ;