Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc update to reality for gcc 4.8.2.



details:   https://anonhg.NetBSD.org/src/rev/0006f585749d
branches:  trunk
changeset: 791959:0006f585749d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Dec 13 10:01:49 2013 +0000

description:
update to reality for gcc 4.8.2.

diffstat:

 external/gpl3/gcc/gcc2netbsd |  26 ++++++++++++++++----------
 1 files changed, 16 insertions(+), 10 deletions(-)

diffs (53 lines):

diff -r 1d6f1ac0899a -r 0006f585749d external/gpl3/gcc/gcc2netbsd
--- a/external/gpl3/gcc/gcc2netbsd      Fri Dec 13 07:37:50 2013 +0000
+++ b/external/gpl3/gcc/gcc2netbsd      Fri Dec 13 10:01:49 2013 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#      $NetBSD: gcc2netbsd,v 1.2 2013/10/05 18:38:03 christos Exp $
+#      $NetBSD: gcc2netbsd,v 1.3 2013/12/13 10:01:49 mrg Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -27,7 +27,7 @@
 # POSSIBILITY OF SUCH DAMAGE.
 #
 # gcc2netbsd:  convert a file source tree into a
-# format suitable for import.  Works on current dir.
+# format suitable for import.  Works on first arg dir.
 # You can run this only once if you want it to work.
 #
 # based on file 2netbsd
@@ -45,18 +45,24 @@
 cleantags "$FILE"
 
 RM="
-gcc/java
+boehm-gc
 gcc/ada
 gcc/fortran
-gcc/testsuite/ada
-gcc/testsuite/gfortran.dg
-gcc/testsuite/gfortran.fortran-torture
+gcc/go
+gcc/java
+gcc/testsuite
+libada
+libatomic
 libffi
+libgfortran
+libgo
+libgomp/testsuite
+libiberty/testsuite
+libjava
+libmudflap/testsuite
+libquadmath
+libstdc++-v3/testsuite
 zlib
-boehm-gc
-libjava
-libada
-libgfortran
 "
 
 find "$FILE" -name .cvsignore -exec rm -f {} +



Home | Main Index | Thread Index | Old Index