Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 22:11:27 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409135 - head/lang/gcc6-aux
Message-ID:  <201602182211.u1IMBRC8027991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb 18 22:11:27 2016
New Revision: 409135
URL: https://svnweb.freebsd.org/changeset/ports/409135

Log:
  lang/gcc6-aux: re-enable the -march filter
  
  It did not take long for gcc6-aux to fail again when CPUTYPE is
  set (this time to native).  Just block this settings by filtering
  out -march CFLAGS again to solve the issue permanently.
  
  PR:	207311

Modified:
  head/lang/gcc6-aux/Makefile.common

Modified: head/lang/gcc6-aux/Makefile.common
==============================================================================
--- head/lang/gcc6-aux/Makefile.common	Thu Feb 18 21:49:09 2016	(r409134)
+++ head/lang/gcc6-aux/Makefile.common	Thu Feb 18 22:11:27 2016	(r409135)
@@ -12,3 +12,4 @@ GNU_CONFIGURE=		yes
 USES=			gmake libtool perl5 tar:bzip2
 USE_PERL5=		build
 ALL_TARGET=		default
+CFLAGS:=		${CFLAGS:N-march=*}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602182211.u1IMBRC8027991>