Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gcc add --enable-libstdcxx-time=rt for the GCC 4.8 build.



details:   https://anonhg.NetBSD.org/src/rev/b14ee12ec052
branches:  trunk
changeset: 332861:b14ee12ec052
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Oct 10 20:23:22 2014 +0000

description:
add --enable-libstdcxx-time=rt for the GCC 4.8 build.

diffstat:

 tools/gcc/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 911cd25a01e1 -r b14ee12ec052 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Fri Oct 10 20:16:32 2014 +0000
+++ b/tools/gcc/Makefile        Fri Oct 10 20:23:22 2014 +0000
@@ -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-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} \



Home | Main Index | Thread Index | Old Index