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:
parent
544dc6b6f2
commit
6a38c768dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559897
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user