Date: Thu, 9 Feb 2017 10:40:45 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433720 - in head/lang/gcc5: . files Message-ID: <201702091040.v19AejSc000920@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702091040.v19AejSc000920>