aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/t-rs6000
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-10-26 18:04:23 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-10-26 18:04:23 -0400
commitf0c9047999833b30698b874481a50d5a2fd113c3 (patch)
tree7edc05249097e01057757face01ba4961a13e2c5 /gcc/config/rs6000/t-rs6000
parent5346f1b92df743f70430c535636ebf6156419a84 (diff)
downloadgcc-f0c9047999833b30698b874481a50d5a2fd113c3.zip
gcc-f0c9047999833b30698b874481a50d5a2fd113c3.tar.gz
gcc-f0c9047999833b30698b874481a50d5a2fd113c3.tar.bz2
Don't build -mcpu=common multilib variants of libgcc.a.
From-SVN: r10517
Diffstat (limited to 'gcc/config/rs6000/t-rs6000')
-rw-r--r--gcc/config/rs6000/t-rs600010
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000
index 382d15b..4c659a6 100644
--- a/gcc/config/rs6000/t-rs6000
+++ b/gcc/config/rs6000/t-rs6000
@@ -15,14 +15,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
# Build the libraries for both hard and soft floating point
-MULTILIB_OPTIONS = msoft-float mcpu=common
-MULTILIB_DIRNAMES = soft-float common
+MULTILIB_OPTIONS = msoft-float
+MULTILIB_DIRNAMES = soft-float
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
-
-# Aix 3.2.x needs milli.exp for -mcpu=common
-EXTRA_PARTS = milli.exp
-milli.exp: $(srcdir)/config/rs6000/milli.exp
- rm -f milli.exp
- cp $(srcdir)/config/rs6000/milli.exp ./milli.exp