diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-05-13 12:17:59 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-05-13 12:17:59 +0000 |
commit | 60f9c6088a01101d3fdf35320adc425e827f402c (patch) | |
tree | 27ce1812da14cad8a1a43f67a97485ec67130890 /lang/gcc6 | |
parent | c7511505a7248af5a5b9d67b4590e7f1879e5276 (diff) | |
download | ports-60f9c6088a01101d3fdf35320adc425e827f402c.tar.gz ports-60f9c6088a01101d3fdf35320adc425e827f402c.zip |
Notes
Diffstat (limited to 'lang/gcc6')
-rw-r--r-- | lang/gcc6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index d7a8187142c1..a3055d1f6cdb 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -37,6 +37,8 @@ USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes +CFLAGS:= ${CFLAGS:N-mretpoline} +CXXFLAGS:= ${CXXFLAGS:N-mretpoline} OPTIONS_DEFINE= BOOTSTRAP GRAPHITE OPTIONS_DEFINE_i386= JAVA |