]> git.pld-linux.org Git - packages/crossppc-gcc.git/blob - gcc-ppc64-m32-m64-multilib-only.patch
- drop obsolete files
[packages/crossppc-gcc.git] / gcc-ppc64-m32-m64-multilib-only.patch
1 --- a/gcc/config/rs6000/t-linux64       2007-09-27 21:56:06.000000000 +0200
2 +++ b/gcc/config/rs6000/t-linux64       2008-03-04 15:59:23.000000000 +0100
3 @@ -14,13 +14,13 @@
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 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
15 -MULTILIB_MATCHES        = $(MULTILIB_MATCHES_FLOAT)
16 +MULTILIB_EXCEPTIONS     =
17 +MULTILIB_EXCLUSIONS     =
18 +MULTILIB_OSDIRNAMES    = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
19 +MULTILIB_MATCHES        =
20  
21  softfp_wrap_start := '\#ifndef __powerpc64__'
22  softfp_wrap_end := '\#endif'
This page took 0.089969 seconds and 3 git commands to generate.