diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-11-12 18:32:36 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-11-12 18:32:36 +0000 |
commit | 13b88b5160d708b4b16a0d72b7061ab7c76550dc (patch) | |
tree | c9b19d5172229319512aebb19f17a5fb3e27566c /Makefile.cross | |
parent | 7968043e9f742576cdcdecb7cacee324e60f012e (diff) |
- add avr32 which'll use gcc4/binutils-2.17
- remove BINUTILS217_ARCH from Makefile.cross as bsd.own.mk is included there
(requested by drahn@)
ok drahn@ deraadt@
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index 32afb7273e1..b605ebd0183 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.49 2011/11/11 12:26:54 drahn Exp $ +# $OpenBSD: Makefile.cross,v 1.50 2011/11/12 18:32:35 jasper 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 @@ -89,7 +89,6 @@ CROSSGCC= ${CROSSDIR}/.gcc_done .include <bsd.own.mk> -BINUTILS217_ARCH=hppa64 ia64 OLD_BINUTILS_ARCH=m68k m88k vax .for _arch in ${TARGET_ARCH} |