]> git.pld-linux.org Git - packages/gcc.git/blob - gcc-moresparcs.patch
- updated from FC and tuned
[packages/gcc.git] / gcc-moresparcs.patch
1 --- gcc/config.gcc.jj   2008-04-24 15:42:46.000000000 -0500
2 +++ gcc/config.gcc      2008-04-24 15:44:51.000000000 -0500
3 @@ -2175,7 +2175,7 @@ sparc-*-elf*)
4         tmake_file="sparc/t-elf sparc/t-crtfm"
5         extra_parts="crti.o crtn.o crtbegin.o crtend.o"
6         ;;
7 -sparc-*-linux*)                # SPARC's running GNU/Linux, libc6
8 +sparc-*-linux* | sparcv[789]*-*-linux*)                # SPARC's running GNU/Linux, libc6
9         tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h"
10         extra_options="${extra_options} sparc/long-double-switch.opt"
11         tmake_file="${tmake_file} sparc/t-linux"
12 @@ -2287,7 +2287,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*
13                 *) echo "$with_cpu not supported for freebsd target"; exit 1 ;;
14         esac
15         ;;
16 -sparc64-*-linux*)              # 64-bit SPARC's running GNU/Linux
17 +sparc64*-*-linux*)             # 64-bit SPARC's running GNU/Linux
18         tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h sparc/linux64.h"
19         extra_options="${extra_options} sparc/long-double-switch.opt"
20         tmake_file="${tmake_file} sparc/t-linux sparc/t-linux64 sparc/t-crtfm"
21 --- libgcc/config.host.jj       2008-04-24 15:46:19.000000000 -0500
22 +++ libgcc/config.host  2008-04-24 15:46:49.000000000 -0500
23 @@ -572,7 +572,7 @@ sparc64-*-openbsd*)
24         ;;
25  sparc-*-elf*)
26         ;;
27 -sparc-*-linux*)                # SPARC's running GNU/Linux, libc6
28 +sparc-*-linux* | sparcv[789]*-*-linux*)                # SPARC's running GNU/Linux, libc6
29         extra_parts="$extra_parts crtfastmath.o"
30         tmake_file="${tmake_file} sparc/t-crtfm"
31         ;;
32 @@ -590,7 +590,7 @@ sparc-wrs-vxworks)
33         ;;
34  sparc64-*-freebsd*|ultrasparc-*-freebsd*)
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} sparc/t-crtfm"
40         ;;
This page took 0.032538 seconds and 4 git commands to generate.