diff options
author | 2021-01-29 16:38:20 +0000 | |
---|---|---|
committer | 2021-01-29 16:38:20 +0000 | |
commit | ab8d23818007483a2e504368351b682c2d3630ef (patch) | |
tree | 007952e97257c0e9890ee1277cb554be9afb18e8 | |
parent | repair declerations to satisfy -fno-common (diff) | |
download | wireguard-openbsd-ab8d23818007483a2e504368351b682c2d3630ef.tar.xz wireguard-openbsd-ab8d23818007483a2e504368351b682c2d3630ef.zip |
Stop building gcc on macppc.
ok cwen@, deraadt@
-rw-r--r-- | share/mk/bsd.own.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a9b11d84863..90a882887f6 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.206 2021/01/10 09:14:18 visa Exp $ +# $OpenBSD: bsd.own.mk,v 1.207 2021/01/29 16:38:20 kettenis Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -42,8 +42,7 @@ BUILD_GCC3?=yes .else BUILD_GCC3?=no .endif -.if !empty(GCC4_ARCH:M${_arch}) || ${MACHINE_ARCH} == "amd64" || \ - ${MACHINE_ARCH} == "powerpc" +.if !empty(GCC4_ARCH:M${_arch}) || ${MACHINE_ARCH} == "amd64" BUILD_GCC4?=yes .else BUILD_GCC4?=no |