Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libgomp put config/posix first in the ...
details: https://anonhg.NetBSD.org/src/rev/3564f0cd7d99
branches: trunk
changeset: 996800:3564f0cd7d99
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Feb 09 00:48:59 2019 +0000
description:
put config/posix first in the path so that the right lock.c is used.
diffstat:
external/gpl3/gcc/lib/libgomp/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 1a128e3c1a1d -r 3564f0cd7d99 external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile Sat Feb 09 00:15:28 2019 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile Sat Feb 09 00:48:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/02/04 03:01:52 mrg Exp $
+# $NetBSD: Makefile,v 1.24 2019/02/09 00:48:59 mrg Exp $
# build GCC's libgomp, so that -fopenmp works.
@@ -57,5 +57,5 @@
COPTS.lock.c+= -Wno-error=incompatible-pointer-types
COPTS.target.c+= -Wno-error=pointer-arith
-
-.PATH: ${ARCHDIR} ${DIST}/libgomp ${DIST}/libgomp/config/posix
+.PATH: ${DIST}/libgomp/config/posix
+.PATH: ${ARCHDIR} ${DIST}/libgomp
Home |
Main Index |
Thread Index |
Old Index