diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-09-27 08:38:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-09-27 08:38:59 +0000 |
commit | 59f5b646a509c907eb0a7879baa346c1fa5664e9 (patch) | |
tree | 9106bc0ed071d3dd29e69964293c06ec33208220 /Makefile.cross | |
parent | 698afa0f2d9ba50a17c3a726c5676e787a0da2b6 (diff) |
alpha is gcc3 now
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.cross b/Makefile.cross index 7866b12762f..28520fd65cd 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.19 2006/06/16 17:43:54 mickey Exp $ +# $OpenBSD: Makefile.cross,v 1.20 2006/09/27 08:38:58 mickey Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-etc-root-var @@ -194,8 +194,7 @@ ${CROSSBINUTILS}: ${CROSSINCLUDES} @touch ${CROSSBINUTILS} # bsd.own.mk can't do it for us -.if ${TARGET_ARCH} == "alpha" || \ - ${TARGET_ARCH} == "m68k" || ${TARGET_ARCH} == "m88k" || \ +.if ${TARGET_ARCH} == "m68k" || ${TARGET_ARCH} == "m88k" || \ ${TARGET_ARCH} == "sparc" || ${TARGET_ARCH} == "vax" TARGET_USE_GCC3=No .else |