diff options
Diffstat (limited to 'gcc-4.4.3/gcc/config/rs6000/t-fprules')
-rw-r--r-- | gcc-4.4.3/gcc/config/rs6000/t-fprules | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/config/rs6000/t-fprules b/gcc-4.4.3/gcc/config/rs6000/t-fprules new file mode 100644 index 000000000..9d1f936c4 --- /dev/null +++ b/gcc-4.4.3/gcc/config/rs6000/t-fprules @@ -0,0 +1,19 @@ +MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?401 \ + msoft-float=mcpu?403 \ + msoft-float=mcpu?405 \ + msoft-float=mcpu?440 \ + msoft-float=mcpu?464 \ + msoft-float=mcpu?ec603e \ + msoft-float=mcpu?801 \ + msoft-float=mcpu?821 \ + msoft-float=mcpu?823 \ + msoft-float=mcpu?860 + +# Build the libraries for both hard and soft floating point by default + +MULTILIB_OPTIONS = msoft-float +MULTILIB_DIRNAMES = soft-float +MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} + +LIBGCC = stmp-multilib +INSTALL_LIBGCC = install-multilib |