Switch to base compiler on powerpc64

PR:		239762
Submitted by:	pkubaj
This commit is contained in:
Ganael LAPLANCHE 2019-08-11 19:50:13 +00:00
parent a598e9563c
commit a194bd1780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508669

View File

@ -71,8 +71,4 @@ NEED_PTHREAD= # empty
LDFLAGS+= -pthread
.endif
.if ${ARCH} == powerpc64
USE_GCC= yes
.endif
.include <bsd.port.post.mk>