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

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 23 20:43:45 UTC 2020


Author: pkubaj
Date: Wed Dec 23 20:43:45 2020
New Revision: 559027
URL: https://svnweb.freebsd.org/changeset/ports/559027

Log:
  lang/gcc11-devel: fix build on powerpc64 head
  
  PR:		252071
  Approved by:	gerald (maintainer)

Modified:
  head/lang/gcc11-devel/Makefile

Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile	Wed Dec 23 20:37:46 2020	(r559026)
+++ head/lang/gcc11-devel/Makefile	Wed Dec 23 20:43:45 2020	(r559027)
@@ -67,9 +67,8 @@ CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
 CONFIGURE_ENV+=	UNAME_m="powerpc64"
 . if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
 CONFIGURE_ARGS+=	--with-abi=elfv2
-. else
-USE_GCC=	yes
 . endif
+USE_GCC=	yes
 .endif
 
 LANGUAGES:=	c,c++,objc,fortran


More information about the svn-ports-all mailing list