diff options
author | 2011-11-25 05:25:25 +0000 | |
---|---|---|
committer | 2011-11-25 05:25:25 +0000 | |
commit | 46747c5f159c8aec35841ebd0ee4496b57f45cfc (patch) | |
tree | 2967d6f9ab4f38800ebd49180803654fc821a36c | |
parent | Rework assembler constraints to satisfy gcc 4. Unfortunately this could not (diff) | |
download | wireguard-openbsd-46747c5f159c8aec35841ebd0ee4496b57f45cfc.tar.xz wireguard-openbsd-46747c5f159c8aec35841ebd0ee4496b57f45cfc.zip |
Switch alpha to gcc4 (and there was much rejoicing)
-rw-r--r-- | share/mk/bsd.own.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index ad49faaec22..0777c315db7 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.113 2011/11/12 18:32:35 jasper Exp $ +# $OpenBSD: bsd.own.mk,v 1.114 2011/11/25 05:25:25 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -32,8 +32,8 @@ ELF_TOOLCHAIN?= yes .endif GCC2_ARCH=m68k m88k vax -#GCC3_ARCH=alpha sh -GCC4_ARCH=amd64 arm avr32 hppa hppa64 i386 ia64 mips64 mips64el powerpc sparc sparc64 +#GCC3_ARCH=sh +GCC4_ARCH=alpha amd64 arm avr32 hppa hppa64 i386 ia64 mips64 mips64el powerpc sparc sparc64 BINUTILS217_ARCH=avr32 hppa64 ia64 .for _arch in ${MACHINE_ARCH} |