diff options
author | 2011-09-18 09:02:18 +0000 | |
---|---|---|
committer | 2011-09-18 09:02:18 +0000 | |
commit | 6018e28628f33e741731df7572ecc95160b974d9 (patch) | |
tree | 98adb0a8393b824ba3295c4d7753ecfee0d676d1 | |
parent | sync (diff) | |
download | wireguard-openbsd-6018e28628f33e741731df7572ecc95160b974d9.tar.xz wireguard-openbsd-6018e28628f33e741731df7572ecc95160b974d9.zip |
ia64 should use gcc4; sort the list of binutils-2.17 platforms while I'm there
ok jsing@, miod@
-rw-r--r-- | Makefile.cross | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index c67fa815cfc..f2dbed0fa96 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.46 2011/08/05 09:28:39 kettenis Exp $ +# $OpenBSD: Makefile.cross,v 1.47 2011/09/18 09:02:18 kettenis Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -73,8 +73,8 @@ CROSSGCC= ${CROSSDIR}/.gcc_done #NO_CROSS= isakmpd keynote ssh GCC2_ARCH=m68k m88k sparc vax -GCC4_ARCH=amd64 hppa hppa64 i386 mips64* powerpc sparc64 -BINUTILS217_ARCH=ia64 hppa64 +GCC4_ARCH=amd64 hppa hppa64 i386 ia64 mips64* powerpc sparc64 +BINUTILS217_ARCH=hppa64 ia64 OLD_BINUTILS_ARCH=m68k m88k vax .for _arch in ${TARGET_ARCH} |