Pass -D_SOFT_FLOAT to cpp if called with -msoft-float.
This commit is contained in:
parent
9c23ab2d54
commit
38e4ed8f09
|
@ -70,4 +70,5 @@
|
|||
#undef CPP_SPEC
|
||||
#define CPP_SPEC "\
|
||||
%{posix:-D_POSIX_SOURCE} \
|
||||
%{msoft-float:-D_SOFT_FLOAT} \
|
||||
%{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"
|
||||
|
|
Loading…
Reference in New Issue