Module Name: src
Committed By: christos
Date: Fri Jan 16 20:10:26 UTC 2015
Modified Files:
src/tools/gcc: Makefile
Log Message:
we have lto...
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/tools/gcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.73 src/tools/gcc/Makefile:1.74
--- src/tools/gcc/Makefile:1.73 Sat Nov 22 14:41:27 2014
+++ src/tools/gcc/Makefile Fri Jan 16 15:10:26 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2014/11/22 19:41:27 mrg Exp $
+# $NetBSD: Makefile,v 1.74 2015/01/16 20:10:26 christos Exp $
.include <bsd.own.mk>
@@ -50,7 +50,7 @@ COMMON_CONFIGURE_ARGS+= --with-tune=${GC
.endif
.if ${HAVE_GCC} == 48
-COMMON_CONFIGURE_ARGS+= --enable-libstdcxx-time=rt
+COMMON_CONFIGURE_ARGS+= --enable-libstdcxx-time=rt --enable-lto
.endif
CONFIGURE_ARGS= ${COMMON_CONFIGURE_ARGS}