File gcc4-ppc64-m32-m64-multilib-only.patch of Package gcc41
Index: gcc/config/rs6000/t-linux64
===================================================================
--- gcc/config/rs6000/t-linux64.orig 2006-02-11 19:40:32.000000000 +0100
+++ gcc/config/rs6000/t-linux64 2009-11-20 13:40:54.000000000 +0100
@@ -6,13 +6,13 @@ LIB2FUNCS_EXTRA = tramp.S $(srcdir)/conf
TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
-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
+MULTILIB_MATCHES =
# We want fine grained libraries, so use the new code to build the
# floating point emulation libraries.