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 fix build failure on mips64.



details:   https://anonhg.NetBSD.org/src/rev/4615dc4bb87f
branches:  trunk
changeset: 777564:4615dc4bb87f
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Thu Feb 23 11:05:02 2012 +0000

description:
fix build failure on mips64.

diffstat:

 external/gpl3/gcc/lib/libgomp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fa9b93be34d7 -r 4615dc4bb87f external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile    Thu Feb 23 11:03:53 2012 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile    Thu Feb 23 11:05:02 2012 +0000
@@ -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 @@
 INCSDIR=       /usr/include/gcc-4.5
 .endif
 
+.else                  # } else {
+libinstall::
 .endif                 # }
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index