Externals/cross-compiler - Magic patchfiles
[tpg/acess2.git] / Externals / cross-compiler / patches / gcc / gcc / config.gcc.patch
1 --- gcc/config.gcc
2 +++ gcc/config.gcc
3 @@ -519,3 +519,9 @@
4  # Common parts for widely ported systems.
5  case ${target} in
6 +*-*-acess2*)
7 +  extra_parts="crt0.o crtbegin.o crtend.o"
8 +  gas=yes
9 +  gnu_ld=yes
10 +  default_use_cxa_atexit=yes
11 +  ;;
12  *-*-darwin*)
13
14 @@ -1192,2 +1196,7 @@
15         ;;
16 +i[3-7]86-*-acess2*)
17 +       tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h acess2.h"
18 +       tmake_file="i386/t-i386elf t-svr4"
19 +       use_fixproto=yes
20 +       ;;
21  i[34567]86-*-elf*)

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