45 lines
1.8 KiB
Diff
45 lines
1.8 KiB
Diff
|
diff -ru gcc-3.3.2/gcc/config/rs6000/t-linux64bi /gcc-3.3.2/gcc/config/rs6000/t-linux64bi
|
||
|
--- gcc-3.3.2/gcc/config/rs6000/t-linux64bi 2004-02-11 20:41:25.000000000 +0000
|
||
|
+++ gcc-3.3.2/gcc/config/rs6000/t-linux64bi 2004-02-11 17:33:38.000000000 +0000
|
||
|
@@ -9,13 +9,12 @@
|
||
|
|
||
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver
|
||
|
|
||
|
-MULTILIB_OPTIONS = m64/m32 msoft-float
|
||
|
-MULTILIB_DIRNAMES = 64 32 nof
|
||
|
+MULTILIB_OPTIONS = m64/m32
|
||
|
+MULTILIB_DIRNAMES = 64 32
|
||
|
MULTILIB_EXTRA_OPTS = fPIC mstrict-align
|
||
|
-MULTILIB_EXCEPTIONS = m64/msoft-float
|
||
|
-MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
|
||
|
-MULTILIB_OSDIRNAMES = ../lib64 ../lib nof
|
||
|
-MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
|
||
|
+MULTILIB_EXCEPTIONS =
|
||
|
+MULTILIB_EXCLUSIONS =
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 ../lib
|
||
|
|
||
|
# We want fine grained libraries, so use the new code to build the
|
||
|
# floating point emulation libraries.
|
||
|
diff -ru gcc-3.3.2/gcc/config/rs6000/t-linuxbi /gcc-3.3.2/gcc/config/rs6000/t-linuxbi
|
||
|
--- gcc-3.3.2/gcc/config/rs6000/t-linuxbi 2004-02-11 20:41:25.000000000 +0000
|
||
|
+++ gcc-3.3.2/gcc/config/rs6000/t-linuxbi 2004-02-11 11:15:51.000000000 +0000
|
||
|
@@ -9,13 +9,12 @@
|
||
|
|
||
|
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-ppc64.ver
|
||
|
|
||
|
-MULTILIB_OPTIONS = m64/m32 msoft-float
|
||
|
-MULTILIB_DIRNAMES = 64 32 nof
|
||
|
+MULTILIB_OPTIONS = m64/m32
|
||
|
+MULTILIB_DIRNAMES = 64 32
|
||
|
MULTILIB_EXTRA_OPTS = fPIC mstrict-align
|
||
|
-MULTILIB_EXCEPTIONS = m64/msoft-float
|
||
|
-MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
|
||
|
-MULTILIB_OSDIRNAMES = ../lib64 ../lib nof
|
||
|
-MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
|
||
|
+MULTILIB_EXCEPTIONS =
|
||
|
+MULTILIB_EXCLUSIONS =
|
||
|
+MULTILIB_OSDIRNAMES = ../lib64 ../lib
|
||
|
|
||
|
# We want fine grained libraries, so use the new code to build the
|
||
|
# floating point emulation libraries.
|