summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-ppccomm
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1998-09-07 20:42:22 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1998-09-07 20:42:22 +0000
commitb5370a88951834220a26d4fa926bd2086d795dd3 (patch)
tree7ebb58b92bcb0e888a1320dc66f8f236917eb34d /gcc/config/rs6000/t-ppccomm
parent96e88994f8e12b046778f58f3765466843aafba6 (diff)
downloadgcc-b5370a88951834220a26d4fa926bd2086d795dd3.tar.gz
Fix name for -mcpu=ec603e; Make sure all targets that turn on -msoft-float use the correct multilibs
From-SVN: r22315
Diffstat (limited to 'gcc/config/rs6000/t-ppccomm')
-rw-r--r--gcc/config/rs6000/t-ppccomm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-ppccomm b/gcc/config/rs6000/t-ppccomm
index c6f9b6c7629..9ed1690f985 100644
--- a/gcc/config/rs6000/t-ppccomm
+++ b/gcc/config/rs6000/t-ppccomm
@@ -25,7 +25,13 @@ tramp.S: $(srcdir)/config/rs6000/tramp.asm
cat $(srcdir)/config/rs6000/tramp.asm > tramp.S
# Switch synonyms
-MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?403 msoft-float=mcpu?821 msoft-float=mcpu?860
+MULTILIB_MATCHES_FLOAT = msoft-float=mcpu?401 \
+ msoft-float=mcpu?403 \
+ msoft-float=mcpu?ec603e \
+ msoft-float=mcpu?801 \
+ msoft-float=mcpu?821 \
+ msoft-float=mcpu?823 \
+ msoft-float=mcpu?860
MULTILIB_MATCHES_ENDIAN = mlittle=mlittle-endian mbig=mbig-endian
MULTILIB_MATCHES_SYSV = mcall-sysv=mcall-sysv-eabi mcall-sysv=mcall-sysv-noeabi