]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-moresparcs.patch
- updated info and nodebug patches to 5.1
[packages/gcc.git] / gcc-moresparcs.patch
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"
6         ;;
7 -sparc-*-linux*)
8 +sparc-*-linux* | sparcv[789]*-*-linux*)
9         tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
10         extra_options="${extra_options} sparc/long-double-switch.opt"
11         case ${target} in
12 @@ -2454,7 +2454,7 @@
13         extra_options="${extra_options}"
14         tmake_file="${tmake_file} sparc/t-sparc t-rtems"
15         ;;
16 -sparc64-*-linux*)
17 +sparc64*-*-linux*)
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"
19         extra_options="${extra_options} sparc/long-double-switch.opt"
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"
26         ;;
27 -sparc-*-linux*)                # SPARC's running GNU/Linux, libc6
28 +sparc-*-linux* | sparcv[789]*-*-linux*)                # SPARC's running GNU/Linux, libc6
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"
34         extra_parts="$extra_parts crtfastmath.o"
35         ;;
36 -sparc64-*-linux*)              # 64-bit SPARC's running GNU/Linux
37 +sparc64*-*-linux*)             # 64-bit SPARC's running GNU/Linux
38         extra_parts="$extra_parts crtfastmath.o"
39         tmake_file="${tmake_file} t-crtfm sparc/t-linux"
40         if test "${host_address}" = 64; then
This page took 0.03063 seconds and 3 git commands to generate.