svn commit: r559897 - head/lang/gcc11-devel

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jan 2 00:19:03 UTC 2021


Author: pkubaj
Date: Sat Jan  2 00:19:03 2021
New Revision: 559897
URL: https://svnweb.freebsd.org/changeset/ports/559897

Log:
  lang/gcc11-devel: fix build on powerpc64le
  
  Fix build the same way as on powerpc64 because of missing vec_step patch.

Modified:
  head/lang/gcc11-devel/Makefile

Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile	Sat Jan  2 00:11:31 2021	(r559896)
+++ head/lang/gcc11-devel/Makefile	Sat Jan  2 00:19:03 2021	(r559897)
@@ -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


More information about the svn-ports-all mailing list