]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-ppc64-m32-m64-multilib-only.patch
remove obsolete patches.
[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
3@@ -26,10 +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
468d07c5 14-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
2593be09
PS
15-MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
16+MULTILIB_EXCEPTIONS =
17+MULTILIB_EXCLUSIONS =
468d07c5 18+MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
2593be09 19+MULTILIB_MATCHES =
This page took 0.041544 seconds and 4 git commands to generate.