X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fgcc%2Fgcc%2Fconfig.gcc.patch;h=c6f085ec7e81ef700e0e12bad4a7e227ab738ac7;hb=6274aaa8894e14462a36c69090e2f9235f130e31;hp=9c7087ab22e17f17d9618c5e45b0902ef74dd7e8;hpb=eeb449278c0ad4d378232c322dc3becfbb4cef1b;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 9c7087ab..c6f085ec 100644 --- a/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch +++ b/Externals/cross-compiler/patches/gcc/gcc/config.gcc.patch @@ -14,7 +14,7 @@ + ;; *-*-darwin*) -@@ -1192,2 +1196,12 @@ +@@ -1192,2 +1196,17 @@ ;; +i[3-7]86-*-acess2*) + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h i386/i386elf.h newlib-stdint.h acess2.h" @@ -25,5 +25,10 @@ + tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h newlib-stdint.h i386/i386elf.h i386/x86-64.h acess2.h" + tmake_file="i386/t-i386elf i386/t-crtstuff t-svr4" + use_fixproto=yes ++ ;; ++arm-*-acess2*) ++ tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/bpabi.h newlib-stdint.h acess2.h arm/aout.h arm/arm.h" ++ tmake_file="arm/t-arm arm/t-arm-elf arm/t-bpabi" ++ use_fixproto=yes + ;; i[34567]86-*-elf*)