If we are compiling -msoft-float, define _SOFT_FLOAT

This commit is contained in:
matt 2011-06-11 00:57:29 +00:00
parent d6f7495a01
commit 8798b98c60

View File

@ -46,6 +46,8 @@
builtin_assert ("machine=powerpc"); \
if (TARGET_SECURE_PLT) \
builtin_define ("_SECURE_PLT"); \
if (TARGET_SOFT_FLOAT) \
builtin_define ("_SOFT_FLOAT"); \
} \
while (0)