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

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