Module Name:    src
Committed By:   mrg
Date:           Sat Feb  9 00:49:00 UTC 2019

Modified Files:
        src/external/gpl3/gcc/lib/libgomp: Makefile

Log Message:
put config/posix first in the path so that the right lock.c is used.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/gpl3/gcc/lib/libgomp/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.23 src/external/gpl3/gcc/lib/libgomp/Makefile:1.24
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.23	Mon Feb  4 03:01:52 2019
+++ src/external/gpl3/gcc/lib/libgomp/Makefile	Sat Feb  9 00:48:59 2019
@@ -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.oacc-mem.c+= -Wno-pointer-arith
 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

Reply via email to