]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-ppc64-m32-m64-multilib-only.patch
- updated info and nodebug patches to 5.1
[packages/gcc.git] / gcc-ppc64-m32-m64-multilib-only.patch
CommitLineData
838d73c5
JB
1--- gcc-4.7.1/gcc/config/rs6000/t-linux64.orig 2011-11-02 16:23:48.000000000 +0100
2+++ gcc-4.7.1/gcc/config/rs6000/t-linux64 2012-07-12 18:36:30.279053123 +0200
8faa9197 3@@ -26,12 +26,10 @@
468d07c5
PS
4 # it doesn't tell anything about the 32bit libraries on those systems. Set
5 # MULTILIB_OSDIRNAMES according to what is found on the target.
2593be09
PS
6
7-MULTILIB_OPTIONS = m64/m32 msoft-float
8-MULTILIB_DIRNAMES = 64 32 nof
9+MULTILIB_OPTIONS = m64/m32
10+MULTILIB_DIRNAMES = 64 32
11 MULTILIB_EXTRA_OPTS = fPIC mstrict-align
12-MULTILIB_EXCEPTIONS = m64/msoft-float
13-MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
8faa9197 14-MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:powerpc64-linux-gnu)
2593be09
PS
15+MULTILIB_EXCEPTIONS =
16+MULTILIB_EXCLUSIONS =
8faa9197
AM
17 MULTILIB_OSDIRNAMES += $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)$(call if_multiarch,:powerpc-linux-gnu)
18-MULTILIB_OSDIRNAMES += nof
19-MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
2593be09 20+MULTILIB_MATCHES =
8faa9197 21
This page took 0.039633 seconds and 4 git commands to generate.