]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-moresparcs.patch
- include all lto symlinks since ldconfig doesn't run here
[packages/gcc.git] / gcc-moresparcs.patch
CommitLineData
283292b7 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
c7048f1f 3@@ -2370,7 +2370,7 @@
283292b7 4 tmake_file="sparc/t-elf sparc/t-crtfm"
597bd151 5 extra_parts="crti.o crtn.o crtbegin.o crtend.o"
597bd151 6 ;;
7-sparc-*-linux*) # SPARC's running GNU/Linux, libc6
283292b7 8+sparc-*-linux* | sparcv[789]*-*-linux*) # SPARC's running GNU/Linux, libc6
c7048f1f 9 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h"
597bd151 10 extra_options="${extra_options} sparc/long-double-switch.opt"
283292b7 11 tmake_file="${tmake_file} sparc/t-linux"
c7048f1f 12@@ -2458,7 +2458,7 @@
283292b7 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
c7048f1f 18 tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h linux.h glibc-stdint.h sparc/linux64.h"
283292b7 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*)
72e4a66f 24 ;;
25 sparc-*-elf*)
26 ;;
27-sparc-*-linux*) # SPARC's running GNU/Linux, libc6
283292b7 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
72e4a66f 38 extra_parts="$extra_parts crtfastmath.o"
39 tmake_file="${tmake_file} sparc/t-crtfm"
40 ;;
This page took 0.120298 seconds and 4 git commands to generate.