Module Name:    src
Committed By:   matt
Date:           Fri Mar  7 04:15:34 UTC 2014

Modified Files:
        src/external/gpl3/gcc.old/dist/gcc/config/rs6000: t-netbsd64

Log Message:
Fix MULTILIB variables to match reality.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64
diff -u src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64:1.1.1.1 src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64:1.2
--- src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64:1.1.1.1	Tue Feb 25 18:39:11 2014
+++ src/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64	Fri Mar  7 04:15:34 2014
@@ -6,15 +6,9 @@ LIB2FUNCS_EXTRA = $(srcdir)/config/rs600
 
 TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
 
-MULTILIB_OPTIONS        = m64/m32 msoft-float
-MULTILIB_DIRNAMES       = 64 32 soft-float
-MULTILIB_EXTRA_OPTS     = fPIC mstrict-align
-MULTILIB_EXCEPTIONS     = m64/msoft-float
-MULTILIB_EXCLUSIONS     = m64/!m32/msoft-float
-# XXX this is wrong
-MULTILIB_OSDIRNAMES	= ../lib ../lib32 soft-float
-
-MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
+MULTILIB_OPTIONS        = m64/m32
+MULTILIB_DIRNAMES       = 64 32
+MULTILIB_OSDIRNAMES	= . ../lib/powerpc
 
 # We want fine grained libraries, so use the new code to build the
 # floating point emulation libraries.

Reply via email to