Module Name: src
Committed By: mrg
Date: Fri Oct 10 20:23:22 UTC 2014
Modified Files:
src/tools/gcc: Makefile
Log Message:
add --enable-libstdcxx-time=rt for the GCC 4.8 build.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/tools/gcc/Makefile:1.72
--- src/tools/gcc/Makefile:1.71 Wed Sep 3 19:25:29 2014
+++ src/tools/gcc/Makefile Fri Oct 10 20:23:22 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2014/09/03 19:25:29 matt Exp $
+# $NetBSD: Makefile,v 1.72 2014/10/10 20:23:22 mrg Exp $
.include <bsd.own.mk>
@@ -49,6 +49,10 @@ COMMON_CONFIGURE_ARGS+= --with-arch=${GC
COMMON_CONFIGURE_ARGS+= --with-tune=${GCC_CONFIG_TUNE.${MACHINE_ARCH}}
.endif
+.if ${HAVE_GCC} == 48
+COMMON_CONFIGURE_ARGS+= --enable-libstdcxx-time=rt
+.endif
+
CONFIGURE_ARGS= ${COMMON_CONFIGURE_ARGS}
CONFIGURE_ARGS+= \
--with-sysroot=${DESTDIR} \