]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- don't build nof/soft-emu multilib (32/64 only).
authorPaweł Sikora <pluto@pld-linux.org>
Sun, 26 Feb 2006 15:50:59 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-ppc64-m32-m64-multilib-only.patch -> 1.1.2.1

gcc-ppc64-m32-m64-multilib-only.patch [new file with mode: 0644]

diff --git a/gcc-ppc64-m32-m64-multilib-only.patch b/gcc-ppc64-m32-m64-multilib-only.patch
new file mode 100644 (file)
index 0000000..0afa9a6
--- /dev/null
@@ -0,0 +1,22 @@
+--- gcc/gcc/config/rs6000/t-linux64    2003-06-03 05:11:45.000000000 -0400
++++ gcc/gcc/config/rs6000/t-linux64    2003-06-11 17:07:16.000000000 -0400
+@@ -4,13 +4,13 @@ LIB2FUNCS_EXTRA = tramp.S $(srcdir)/conf
+ # Modify the shared lib version file
+ SHLIB_MKMAP_OPTS = -v dotsyms=1
+-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        =
+ TARGET_LIBGCC2_CFLAGS = -mno-minimal-toc -fPIC
This page took 0.045421 seconds and 4 git commands to generate.