Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config/rs6000 Fix MULTILIB va...



details:   https://anonhg.NetBSD.org/src/rev/eec04e7b8142
branches:  trunk
changeset: 327419:eec04e7b8142
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 07 04:15:34 2014 +0000

description:
Fix MULTILIB variables to match reality.

diffstat:

 external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64 |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (22 lines):

diff -r 37a388e7dbfd -r eec04e7b8142 external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64
--- a/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64   Fri Mar 07 04:14:30 2014 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config/rs6000/t-netbsd64   Fri Mar 07 04:15:34 2014 +0000
@@ -6,15 +6,9 @@
 
 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.



Home | Main Index | Thread Index | Old Index