diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-08 22:21:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-08 22:21:12 +0000 |
commit | 0c7ebb8d4cfb5773f6e8531e348cdfa344e38976 (patch) | |
tree | 93dbcde2bee9fa6856b10e732a3f7853df157798 /share/mk | |
parent | c7b141adc6f51a34adbf12c615b3582ef106b082 (diff) |
Switch sparc to gcc4. No source upgrade possible (well, it obviously can be
done, but it's so tedious it will sing you to sleep, so we'll conveniently
not bother documenting the steps), please upgrade from binary snapshots dated
July 8th or more recent.
Grunt work by kettenis@ who suffered a machine failure; ok deraadt@
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 3703fd9ba60..869be39ba69 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.108 2011/07/06 18:39:30 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.109 2011/07/08 22:21:11 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -31,8 +31,9 @@ ELF_TOOLCHAIN?= no ELF_TOOLCHAIN?= yes .endif -GCC2_ARCH=m68k m88k sparc vax -GCC4_ARCH=amd64 hppa i386 mips64 mips64el powerpc sparc64 +GCC2_ARCH=m68k m88k vax +#GCC3_ARCH=alpha arm sh +GCC4_ARCH=amd64 hppa hppa64 i386 ia64 mips64 mips64el powerpc sparc sparc64 BINUTILS217_ARCH=ia64 .for _arch in ${MACHINE_ARCH} |