X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Externals%2Fcross-compiler%2Fpatches%2Fbinutils%2Fld%2Fconfigure.tgt.patch;h=8d6a302ac928710d510aa86becc1ec861d4eb353;hb=bc856d707899a00153bb1575f1c05867177dfe41;hp=828b07c14b83f5d87871d3657a4733af4fd699b3;hpb=5fc2955d2f3e3ffcc10ce713317771b72842d910;p=tpg%2Facess2.git diff --git a/Externals/cross-compiler/patches/binutils/ld/configure.tgt.patch b/Externals/cross-compiler/patches/binutils/ld/configure.tgt.patch index 828b07c1..8d6a302a 100644 --- a/Externals/cross-compiler/patches/binutils/ld/configure.tgt.patch +++ b/Externals/cross-compiler/patches/binutils/ld/configure.tgt.patch @@ -1,6 +1,7 @@ --- ld/configure.tgt +++ ld/configure.tgt -@@ -167,1 +167,2 @@ +@@ -167,1 +167,3 @@ i[3-7]86-*-nto-qnx*) targ_emul=i386nto ;; +i[3-7]86-*-acess2*) targ_emul=acess2_i386 ;; ++x86_64-*-acess2*) targ_emul=acess2_amd64 ;;