]> git.pld-linux.org Git - packages/gcc.git/blame - gcc-moresparcs.patch
- release 2, oneline fix for sigsegv in libgomp
[packages/gcc.git] / gcc-moresparcs.patch
CommitLineData
1542d2c4
MK
1diff -urNp -x '*.orig' gcc-10.2.0.org/gcc/config.gcc gcc-10.2.0/gcc/config.gcc
2--- gcc-10.2.0.org/gcc/config.gcc 2021-03-21 11:32:24.611515690 +0100
3+++ gcc-10.2.0/gcc/config.gcc 2021-03-21 11:32:46.784515690 +0100
4@@ -3289,7 +3289,7 @@ sparc-*-rtems*)
a1f9a69a 5 tm_file="${tm_file} elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
1542d2c4 6 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
f722ed8f
JB
7 ;;
8-sparc-*-linux*)
9+sparc-*-linux* | sparcv[789]*-*-linux*)
a1f9a69a 10 tm_file="${tm_file} elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
597bd151 11 extra_options="${extra_options} sparc/long-double-switch.opt"
f722ed8f 12 case ${target} in
1542d2c4 13@@ -3343,7 +3343,7 @@ sparc64-*-rtems*)
838d73c5 14 extra_options="${extra_options}"
175a1b54 15 tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems-64"
f722ed8f
JB
16 ;;
17-sparc64-*-linux*)
18+sparc64*-*-linux*)
a1f9a69a 19 tm_file="sparc/biarch64.h ${tm_file} elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/default64.h sparc/linux64.h sparc/tso.h"
283292b7 20 extra_options="${extra_options} sparc/long-double-switch.opt"
838d73c5 21 tmake_file="${tmake_file} sparc/t-sparc sparc/t-linux64"
1542d2c4
MK
22diff -urNp -x '*.orig' gcc-10.2.0.org/libgcc/config.host gcc-10.2.0/libgcc/config.host
23--- gcc-10.2.0.org/libgcc/config.host 2020-07-23 08:35:18.752400064 +0200
24+++ gcc-10.2.0/libgcc/config.host 2021-03-21 11:32:46.785515690 +0100
25@@ -1363,7 +1363,7 @@ sparc-*-elf*)
838d73c5
JB
26 tmake_file="${tmake_file} t-fdpbit t-crtfm"
27 extra_parts="$extra_parts crti.o crtn.o crtfastmath.o"
72e4a66f 28 ;;
29-sparc-*-linux*) # SPARC's running GNU/Linux, libc6
283292b7 30+sparc-*-linux* | sparcv[789]*-*-linux*) # SPARC's running GNU/Linux, libc6
838d73c5
JB
31 tmake_file="${tmake_file} t-crtfm"
32 if test "${host_address}" = 64; then
33 tmake_file="$tmake_file sparc/t-linux64"
1542d2c4 34@@ -1411,7 +1411,7 @@ sparc64-*-freebsd*|ultrasparc-*-freebsd*
838d73c5 35 tmake_file="$tmake_file t-crtfm"
283292b7 36 extra_parts="$extra_parts crtfastmath.o"
283292b7 37 ;;
38-sparc64-*-linux*) # 64-bit SPARC's running GNU/Linux
39+sparc64*-*-linux*) # 64-bit SPARC's running GNU/Linux
72e4a66f 40 extra_parts="$extra_parts crtfastmath.o"
838d73c5
JB
41 tmake_file="${tmake_file} t-crtfm sparc/t-linux"
42 if test "${host_address}" = 64; then
This page took 0.50898 seconds and 4 git commands to generate.