Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc adjust the list of subdirs to elide. don'...



details:   https://anonhg.NetBSD.org/src/rev/691f2d9de999
branches:  trunk
changeset: 829688:691f2d9de999
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Feb 08 19:33:26 2018 +0000

description:
adjust the list of subdirs to elide.  don't need libitm, gnattools
or gotools.

diffstat:

 external/gpl3/gcc/gcc2netbsd |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 7b3d3132867e -r 691f2d9de999 external/gpl3/gcc/gcc2netbsd
--- a/external/gpl3/gcc/gcc2netbsd      Thu Feb 08 19:25:48 2018 +0000
+++ b/external/gpl3/gcc/gcc2netbsd      Thu Feb 08 19:33:26 2018 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: gcc2netbsd,v 1.6 2016/03/12 21:51:02 mrg Exp $
+#      $NetBSD: gcc2netbsd,v 1.7 2018/02/08 19:33:26 mrg Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -52,6 +52,8 @@
 gcc/java
 gcc/po
 gcc/testsuite
+gnattools
+gotools
 libada
 libatomic
 libcilkrts
@@ -61,7 +63,7 @@
 libgo
 libgomp/testsuite
 libiberty/testsuite
-libitm/testsuite
+libitm
 libjava
 libmpx
 liboffloadmic



Home | Main Index | Thread Index | Old Index