[ARM]
Seems forcing the floating point type is not needed. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32400 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
98a3545295
commit
77ae7223e9
@ -65,9 +65,9 @@ HAIKU_BOARD_SDIMAGE_FILES =
|
|||||||
# gcc flags for the specific cpu
|
# gcc flags for the specific cpu
|
||||||
#
|
#
|
||||||
|
|
||||||
TARGET_KERNEL_CCFLAGS += -mcpu=xscale -mfloat-abi=soft ;
|
TARGET_KERNEL_CCFLAGS += -mcpu=xscale ;
|
||||||
TARGET_KERNEL_C++FLAGS += -mcpu=xscale -mfloat-abi=soft ;
|
TARGET_KERNEL_C++FLAGS += -mcpu=xscale ;
|
||||||
TARGET_CCFLAGS += -mcpu=xscale -mfloat-abi=soft ;
|
TARGET_CCFLAGS += -mcpu=xscale ;
|
||||||
TARGET_C++FLAGS += -mcpu=xscale -mfloat-abi=soft ;
|
TARGET_C++FLAGS += -mcpu=xscale ;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user