Externals/cross-compiler - Fix GCC patchset to emit a correct userland
[tpg/acess2.git] / Externals / cross-compiler / patches / gcc / libgcc / config.host.patch
index bcf7a4a..e250c60 100644 (file)
@@ -5,11 +5,11 @@
        tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
        ;;
 +i[3-7]86-*-acess2*)
-+      extra_parts="crtbegin.o crtend.o"
++      extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtendT.o"
 +      tmake_file="$tmake_file i386/t-crtstuff"
 +      ;;
 +x86_64-*-acess2*)
-+      extra_parts="crtbegin.o crtend.o"
++      extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o crtendT.o"
 +      tmake_file="$tmake_file i386/t-crtstuff t-crtstuff-pic t-libgcc-pic"
 +      ;;
  i[34567]86-*-freebsd*)

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