bcf7a4af560caed25ada6ac3a546a984f65c48ef
[tpg/acess2.git] / Externals / cross-compiler / patches / gcc / libgcc / config.host.patch
1 --- libgcc/config.host
2 +++ libgcc/config.host
3 @@ -523,4 +523,12 @@
4  x86_64-*-elf*)
5         tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
6         ;;
7 +i[3-7]86-*-acess2*)
8 +       extra_parts="crtbegin.o crtend.o"
9 +       tmake_file="$tmake_file i386/t-crtstuff"
10 +       ;;
11 +x86_64-*-acess2*)
12 +       extra_parts="crtbegin.o crtend.o"
13 +       tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
14 +       ;;
15  i[34567]86-*-freebsd*)
16

UCC git Repository :: git.ucc.asn.au