lang/gcc11-devel: fix build on powerpc64le

Fix build the same way as on powerpc64 because of missing vec_step patch.
This commit is contained in:
Piotr Kubaj 2021-01-02 00:19:03 +00:00
parent 544dc6b6f2
commit 6a38c768dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559897

View File

@ -69,6 +69,9 @@ CONFIGURE_ENV+= UNAME_m="powerpc64"
CONFIGURE_ARGS+= --with-abi=elfv2
. endif
USE_GCC= yes
.elif ${ARCH} == powerpc64le
USE_GCC= yes
.endif
LANGUAGES:= c,c++,objc,fortran