]> git.pld-linux.org Git - packages/gcc.git/blame_incremental - gcc-ppc64-m32-m64-multilib-only.patch
- up to 9.1.0
[packages/gcc.git] / gcc-ppc64-m32-m64-multilib-only.patch
... / ...
CommitLineData
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
3@@ -26,12 +26,10 @@
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.
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
14-MULTILIB_OSDIRNAMES = ../lib64$(call if_multiarch,:powerpc64-linux-gnu)
15+MULTILIB_EXCEPTIONS =
16+MULTILIB_EXCLUSIONS =
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)
20+MULTILIB_MATCHES =
21
This page took 0.033368 seconds and 4 git commands to generate.