1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Canonicalize use of GCC on all powerpc variants.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-23 18:12:00 +00:00
parent 79f9eacc4c
commit 6b4a28b74c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549768

View File

@ -33,7 +33,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == powerpc64 .if ${ARCH:Mpowerpc*}
USE_GCC= yes USE_GCC= yes
.endif .endif