X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig.gcc.patch;h=4a1525f215329f185899fa278708858e9fcb703e;hb=bc856d707899a00153bb1575f1c05867177dfe41;hp=833fafa44fd26504ca1e5b69e67e6864b9474dc2;hpb=bdefac5f54668fcccff11a69619ff31b25595eeb;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 833fafa4..4a1525f2 100644 --- a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch +++ b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch @@ -4,7 +4,7 @@ # Common parts for widely ported systems. case ${target} in +*-*-acess2*) -+ extra_parts="crt0.o crtbegin.o crtend.o" ++ extra_parts="crtbegin.o crtend.o" + gas=yes + gnu_ld=yes + default_use_cxa_atexit=yes @@ -15,7 +15,7 @@ @@ -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 + ;;