X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig.gcc.patch;h=9c7087ab22e17f17d9618c5e45b0902ef74dd7e8;hp=8f65ac69706faf803f9a49dfac14ef061628f187;hb=eeb449278c0ad4d378232c322dc3becfbb4cef1b;hpb=e47f509e07718893b837826f981085829cf16c84 diff --git a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch index 8f65ac69..9c7087ab 100644 --- a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch +++ b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch @@ -1,14 +1,16 @@ --- gcc/config.gcc +++ gcc/config.gcc -@@ -519,3 +519,10 @@ +@@ -519,3 +519,12 @@ # Common parts for widely ported systems. case ${target} in +*-*-acess2*) ++ extra_options="${extra_options} acess2.opt" + extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtendT.o" + gas=yes + gnu_ld=yes + default_use_cxa_atexit=yes + use_gcc_stdint=provide ++ thread_file=posix + ;; *-*-darwin*)