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:
François Revol 2009-08-14 22:29:31 +00:00
parent 98a3545295
commit 77ae7223e9

View File

@ -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 ;