]> gcc.gnu.org Git - gcc.git/commitdiff
Do not build -mmultiple/-mno-multiple libgcc.a variants
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 10 May 1995 20:30:43 +0000 (20:30 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 10 May 1995 20:30:43 +0000 (20:30 +0000)
From-SVN: r9614

gcc/config/rs6000/t-ppc
gcc/config/rs6000/t-ppcgas

index fbb26ef7414cd702d0e0b647017758d7c2ab9791..5fcb3d870e391ebdd147ff58bbbcaa14f33192de 100644 (file)
@@ -17,12 +17,8 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
 # explicit little endian or big endian libraries, since it depends on the
 # -mbig/-mlittle switches passed to gas.
 
-MULTILIB_OPTIONS       = msoft-float \
-                         mmultiple/mno-multiple
-
-MULTILIB_DIRNAMES      = soft-float \
-                         multiple no-multiple
-
+MULTILIB_OPTIONS       = msoft-float
+MULTILIB_DIRNAMES      = soft-float
 MULTILIB_MATCHES       = msoft-float=mcpu?403 \
                          msoft-float=mcpu?mpc403 \
                          msoft-float=mcpu?ppc403
index b9da6c73fcffce0b0efad164f89071d9aab3a492..6b0840a49288068185ceb8073fc4e8c49e26476d 100644 (file)
@@ -16,12 +16,10 @@ fp-bit.c: $(srcdir)/config/fp-bit.c
 # Build libgcc.a with different options.
 
 MULTILIB_OPTIONS       = msoft-float \
-                         mlittle/mbig \
-                         mmultiple/mno-multiple
+                         mlittle/mbig
 
 MULTILIB_DIRNAMES      = soft-float \
-                         little-endian big-endian \
-                         multiple no-multiple
+                         little-endian big-endian
 
 MULTILIB_MATCHES       = mlittle=mlittle-endian \
                          mbig=mbig-endian \
This page took 0.069909 seconds and 5 git commands to generate.