svn commit: r433720 - in head/lang/gcc5: . files

Gerald Pfeifer gerald at FreeBSD.org
Thu Feb 9 10:40:47 UTC 2017


Author: gerald
Date: Thu Feb  9 10:40:45 2017
New Revision: 433720
URL: https://svnweb.freebsd.org/changeset/ports/433720

Log:
  Remove traces of armv6hf which no longer exists as an arch. [1]
  
  Remove files/patch-unwind-ia64.h: we have not been supporting ia64 with
  this release series, i.e., ONLY_FOR_ARCHS does not include ia64.
  
  No PORTREVISION bump since nothing should actually change for
  existing/supported platforms.
  
  Reported by:	andreast [1]

Deleted:
  head/lang/gcc5/files/patch-armv6-hf-support
  head/lang/gcc5/files/patch-unwind-ia64.h
Modified:
  head/lang/gcc5/Makefile

Modified: head/lang/gcc5/Makefile
==============================================================================
--- head/lang/gcc5/Makefile	Thu Feb  9 10:20:41 2017	(r433719)
+++ head/lang/gcc5/Makefile	Thu Feb  9 10:40:45 2017	(r433720)
@@ -27,7 +27,7 @@ CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-ONLY_FOR_ARCHS=	amd64 arm armv6 armv6hf i386 powerpc powerpc64 sparc64
+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
@@ -62,7 +62,7 @@ CONFIGURE_TARGET=	x86_64-portbld-${OPSYS
 CONFIGURE_ENV+=	UNAME_m="powerpc64"
 .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