X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Flibgcc%2Fconfig.host.patch;fp=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Flibgcc%2Fconfig.host.patch;h=e250c6033b5b1dba14cb60d4c6c643f31317e0c1;hb=5f622fc2425565c12730738de5533e2153b04da5;hp=bcf7a4af560caed25ada6ac3a546a984f65c48ef;hpb=2bf08f0eb3461218cc493ef458fe100ae9158f28;p=tpg%2Facess2.git diff --git a/Externals/cross-compiler/patches/gcc/libgcc/config.host.patch b/Externals/cross-compiler/patches/gcc/libgcc/config.host.patch index bcf7a4af..e250c603 100644 --- a/Externals/cross-compiler/patches/gcc/libgcc/config.host.patch +++ b/Externals/cross-compiler/patches/gcc/libgcc/config.host.patch @@ -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*)