Module Name: src
Committed By: mrg
Date: Fri Feb 2 20:57:53 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
src/external/gpl3/gcc/usr.bin/include: Makefile
src/external/gpl3/gcc/usr.bin/include/sanitizer: Makefile
Log Message:
install into gcc-6 subdir.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gcc/lib/libgomp/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/usr.bin/include/Makefile
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/lib/libgomp/Makefile
diff -u src/external/gpl3/gcc/lib/libgomp/Makefile:1.16 src/external/gpl3/gcc/lib/libgomp/Makefile:1.17
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.16 Wed Apr 20 17:18:52 2016
+++ src/external/gpl3/gcc/lib/libgomp/Makefile Fri Feb 2 20:57:53 2018
@@ -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 @@ FILES= libgomp.spec
FILESDIR= ${LIBDIR}
INCS= omp.h openacc.h
-INCSDIR= /usr/include/gcc-5
+INCSDIR= /usr/include/gcc-6
.endif
.else # } else {
Index: src/external/gpl3/gcc/usr.bin/include/Makefile
diff -u src/external/gpl3/gcc/usr.bin/include/Makefile:1.10 src/external/gpl3/gcc/usr.bin/include/Makefile:1.11
--- src/external/gpl3/gcc/usr.bin/include/Makefile:1.10 Thu Feb 1 21:10:46 2018
+++ src/external/gpl3/gcc/usr.bin/include/Makefile Fri Feb 2 20:57:53 2018
@@ -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 @@ mm_malloc.h: ${DIST}/gcc/config/i386/pmm
CLEANFILES+= mm_malloc.h
.endif
-INCSDIR= /usr/include/gcc-5
+INCSDIR= /usr/include/gcc-6
.include <bsd.subdir.mk>
.include <bsd.prog.mk>
Index: src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile
diff -u src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile:1.1 src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile:1.2
--- src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile:1.1 Thu Feb 1 21:10:46 2018
+++ src/external/gpl3/gcc/usr.bin/include/sanitizer/Makefile Fri Feb 2 20:57:53 2018
@@ -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 @@ INCS+= tsan_interface_atomic.h
.include <bsd.own.mk>
-INCSDIR= /usr/include/gcc-5/sanitizer
+INCSDIR= /usr/include/gcc-6/sanitizer
.include <bsd.prog.mk>