Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc install into gcc-6 subdir.



details:   https://anonhg.NetBSD.org/src/rev/253190fabc01
branches:  trunk
changeset: 359173:253190fabc01
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Feb 02 20:57:53 2018 +0000

description:
install into gcc-6 subdir.

diffstat:

 external/gpl3/gcc/lib/libgomp/Makefile               |  4 ++--
 external/gpl3/gcc/usr.bin/include/Makefile           |  4 ++--
 external/gpl3/gcc/usr.bin/include/sanitizer/Makefile |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r e63e2ff5e25b -r 253190fabc01 external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile    Fri Feb 02 20:45:19 2018 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile    Fri Feb 02 20:57:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2016/04/20 17:18:52 christos Exp $
+#      $NetBSD: Makefile,v 1.17 2018/02/02 20:57:53 mrg Exp $
 
 # build GCC's libgomp, so that -fopenmp works.
 
@@ -77,7 +77,7 @@
 FILESDIR=      ${LIBDIR}
 
 INCS=          omp.h openacc.h
-INCSDIR=       /usr/include/gcc-5
+INCSDIR=       /usr/include/gcc-6
 .endif
 
 .else                  # } else {
diff -r e63e2ff5e25b -r 253190fabc01 external/gpl3/gcc/usr.bin/include/Makefile
--- a/external/gpl3/gcc/usr.bin/include/Makefile        Fri Feb 02 20:45:19 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/include/Makefile        Fri Feb 02 20:57:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2018/02/01 21:10:46 kamil Exp $
+#      $NetBSD: Makefile,v 1.11 2018/02/02 20:57:53 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -25,7 +25,7 @@
 CLEANFILES+=   mm_malloc.h
 .endif
 
-INCSDIR=       /usr/include/gcc-5
+INCSDIR=       /usr/include/gcc-6
 
 .include <bsd.subdir.mk>
 .include <bsd.prog.mk>
diff -r e63e2ff5e25b -r 253190fabc01 external/gpl3/gcc/usr.bin/include/sanitizer/Makefile
--- a/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile      Fri Feb 02 20:45:19 2018 +0000
+++ b/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile      Fri Feb 02 20:57:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2018/02/01 21:10:46 kamil Exp $
+#      $NetBSD: Makefile,v 1.2 2018/02/02 20:57:53 mrg Exp $
 
 .include "../../../Makefile.gcc_path"
 
@@ -19,6 +19,6 @@
 
 .include <bsd.own.mk>
 
-INCSDIR=       /usr/include/gcc-5/sanitizer
+INCSDIR=       /usr/include/gcc-6/sanitizer
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index