svn commit: r409135 - head/lang/gcc6-aux
John Marino
marino at FreeBSD.org
Thu Feb 18 22:11:29 UTC 2016
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=*}
More information about the svn-ports-head
mailing list