X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig.gcc.patch;h=c8545ff0628c478ef6aa4fc91e087ea9584c190a;hb=f595a692ef1efccef616b8600a0087e23d6066fe;hp=c304125d524cab0afe8ff0ef2f49f8949f20ec3a;hpb=5fc2955d2f3e3ffcc10ce713317771b72842d910;p=tpg%2Facess2.git diff --git a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch index c304125d..c8545ff0 100644 --- a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch +++ b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch @@ -1,6 +1,6 @@ --- gcc/config.gcc +++ gcc/config.gcc -@@ -519,3 +519,9 @@ +@@ -519,3 +519,10 @@ # Common parts for widely ported systems. case ${target} in +*-*-acess2*) @@ -8,13 +8,14 @@ + gas=yes + gnu_ld=yes + default_use_cxa_atexit=yes ++ use_gcc_stdint=provide + ;; *-*-darwin*) @@ -1192,2 +1196,7 @@ ;; +i[3-7]86-*-acess2*) -+ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h acess2.h" ++ tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h newlib-stdint.h acess2.h" + tmake_file="i386/t-i386elf t-svr4" + use_fixproto=yes + ;;