]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-moresparcs.patch
- lsan is available only on x86_64
[packages/gcc.git] / gcc-moresparcs.patch
CommitLineData
838d73c5
JB
1--- gcc-4.7.1/gcc/config.gcc.orig 2012-07-10 17:33:40.596463050 +0200
2+++ gcc-4.7.1/gcc/config.gcc 2012-07-12 18:39:03.475713361 +0200
3@@ -2401,7 +2401,7 @@
4 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
5 tmake_file="sparc/t-sparc sparc/t-elf t-rtems"
f722ed8f
JB
6 ;;
7-sparc-*-linux*)
8+sparc-*-linux* | sparcv[789]*-*-linux*)
838d73c5 9 tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
597bd151 10 extra_options="${extra_options} sparc/long-double-switch.opt"
f722ed8f 11 case ${target} in
838d73c5
JB
12@@ -2454,7 +2454,7 @@
13 extra_options="${extra_options}"
14 tmake_file="${tmake_file} sparc/t-sparc t-rtems"
f722ed8f
JB
15 ;;
16-sparc64-*-linux*)
17+sparc64*-*-linux*)
838d73c5 18 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default-64.h sparc/linux64.h sparc/tso.h"
283292b7 19 extra_options="${extra_options} sparc/long-double-switch.opt"
838d73c5
JB
20 tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
21--- gcc-4.7.1/libgcc/config.host.orig 2012-04-30 19:39:57.000000000 +0200
22+++ gcc-4.7.1/libgcc/config.host 2012-07-12 18:39:51.112378028 +0200
23@@ -1012,7 +1012,7 @@
24 tmake_file="${tmake_file} t-fdpbit t-crtfm"
25 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
72e4a66f 26 ;;
27-sparc-*-linux*) # SPARC's running GNU/Linux, libc6
283292b7 28+sparc-*-linux* | sparcv[789]*-*-linux*) # SPARC's running GNU/Linux, libc6
838d73c5
JB
29 tmake_file="${tmake_file} t-crtfm"
30 if test "${host_address}" = 64; then
31 tmake_file="$tmake_file sparc/t-linux64"
32@@ -1060,7 +1060,7 @@
33 tmake_file="$tmake_file t-crtfm"
283292b7 34 extra_parts="$extra_parts crtfastmath.o"
283292b7 35 ;;
36-sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
37+sparc64*-*-linux*) # 64-bit SPARC's running GNU/Linux
72e4a66f 38 extra_parts="$extra_parts crtfastmath.o"
838d73c5
JB
39 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
40 if test "${host_address}" = 64; then
This page took 0.058209 seconds and 4 git commands to generate.