]> git.pld-linux.org Git - packages/crossppc-gcc.git/blame - gcc-ppc64-m32-m64-multilib-only.patch
- drop obsolete files
[packages/crossppc-gcc.git] / gcc-ppc64-m32-m64-multilib-only.patch
CommitLineData
ff39d931
PS
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.
20dd2073
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
ff39d931 14-MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
20dd2073
PS
15-MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
16+MULTILIB_EXCEPTIONS =
17+MULTILIB_EXCLUSIONS =
ff39d931 18+MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
20dd2073
PS
19+MULTILIB_MATCHES =
20
ff39d931
PS
21 softfp_wrap_start := '\#ifndef __powerpc64__'
22 softfp_wrap_end := '\#endif'
This page took 0.045074 seconds and 4 git commands to generate.