OSDN Git Service

Don't build -mcpu=common multilib variants of libgcc.a.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Oct 1995 22:04:23 +0000 (22:04 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Oct 1995 22:04:23 +0000 (22:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10517 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/rs6000/t-rs6000

index 382d15b..4c659a6 100644 (file)
@@ -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