svn commit: r433216 - head/lang/gcc6

Gerald Pfeifer gerald at FreeBSD.org
Fri Feb 3 09:36:47 UTC 2017


Author: gerald
Date: Fri Feb  3 09:36:46 2017
New Revision: 433216
URL: https://svnweb.freebsd.org/changeset/ports/433216

Log:
  Remove traces of armv6hf which no longer exists as an arch. [1]
  
  Sort ONLY_FOR_ARCHS.
  
  Reported by:	andreast [1]

Modified:
  head/lang/gcc6/Makefile

Modified: head/lang/gcc6/Makefile
==============================================================================
--- head/lang/gcc6/Makefile	Fri Feb  3 09:32:43 2017	(r433215)
+++ head/lang/gcc6/Makefile	Fri Feb  3 09:36:46 2017	(r433216)
@@ -28,7 +28,7 @@ CPE_VERSION=	${GCC_VERSION}
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-ONLY_FOR_ARCHS=	amd64 i386 powerpc powerpc64 sparc64 arm armv6 armv6hf
+ONLY_FOR_ARCHS=	amd64 arm armv6 i386 powerpc powerpc64 sparc64
 USES=		compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
 USE_BINUTILS=	yes
 USE_PERL5=	build
@@ -66,7 +66,7 @@ CONFIGURE_ENV+=	UNAME_m="powerpc64"
 USE_GCC=	yes
 .endif
 
-.if ${ARCH} == "armv6" || ${ARCH} == "armv6hf"
+.if ${ARCH} == "armv6"
 . if ${COMPILER_TYPE} == clang
 .  if empty(PORT_OPTIONS:MBOOTSTRAP)
 MAKE_ARGS+=CXXFLAGS=-fbracket-depth=512


More information about the svn-ports-all mailing list