mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 05:21:28 +01:00
Sam460ex: force using hardware floating point
* our current gcc can't be built with multilib for ppc anyway, * this allows going further on real hardware, though dprintf() sends wrong data to the serial port.
This commit is contained in:
parent
0084fa5209
commit
264aaaeeb5
@ -28,8 +28,10 @@ HAIKU_BOARD_LOADER_STACK_BASE = 0x02000000 ;
|
||||
# gcc flags for the specific cpu
|
||||
#
|
||||
|
||||
HAIKU_KERNEL_CCFLAGS += -mcpu=440 -mtune=440 -msoft-float ;
|
||||
HAIKU_KERNEL_C++FLAGS += -mcpu=440 -mtune=440 -msoft-float ;
|
||||
HAIKU_CCFLAGS += -mcpu=440 -mtune=440 -msoft-float ;
|
||||
HAIKU_C++FLAGS += -mcpu=440 -mtune=440 -msoft-float ;
|
||||
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 ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user