Module Name: src
Committed By: nonaka
Date: Thu Feb 23 11:05:02 UTC 2012
Modified Files:
src/external/gpl3/gcc/lib/libgomp: Makefile
Log Message:
fix build failure on mips64.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/external/gpl3/gcc/lib/libgomp/Makefile:1.7
--- src/external/gpl3/gcc/lib/libgomp/Makefile:1.6 Sat Jan 28 14:24:53 2012
+++ src/external/gpl3/gcc/lib/libgomp/Makefile Thu Feb 23 11:05:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/01/28 14:24:53 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2012/02/23 11:05:02 nonaka Exp $
# build GCC's libgomp, so that -fopenmp works.
@@ -69,6 +69,8 @@ INCS= omp.h
INCSDIR= /usr/include/gcc-4.5
.endif
+.else # } else {
+libinstall::
.endif # }
.include <bsd.lib.mk>