Pass -D_SOFT_FLOAT to cpp if called with -msoft-float.

This commit is contained in:
simonb 2001-05-16 15:36:47 +00:00
parent 9c23ab2d54
commit 38e4ed8f09
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@
#undef CPP_SPEC #undef CPP_SPEC
#define CPP_SPEC "\ #define CPP_SPEC "\
%{posix:-D_POSIX_SOURCE} \ %{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}}" %{mcall-sysv: -D_CALL_SYSV} %{mcall-aix: -D_CALL_AIX} %{!mcall-sysv: %{!mcall-aix: -D_CALL_SYSV}}"