Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/external/gpl3/gcc/lib/libgomp Pull up following revision(...



details:   https://anonhg.NetBSD.org/src/rev/e630ba24bf97
branches:  netbsd-6
changeset: 773817:e630ba24bf97
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Feb 24 16:33:10 2012 +0000

description:
Pull up following revision(s) (requested by nonaka in ticket #43):
        external/gpl3/gcc/lib/libgomp/Makefile: revision 1.7
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 d28ba4fa87d1 -r e630ba24bf97 external/gpl3/gcc/lib/libgomp/Makefile
--- a/external/gpl3/gcc/lib/libgomp/Makefile    Fri Feb 24 16:30:28 2012 +0000
+++ b/external/gpl3/gcc/lib/libgomp/Makefile    Fri Feb 24 16:33:10 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2012/01/28 14:24:53 joerg Exp $
+#      $NetBSD: Makefile,v 1.6.2.1 2012/02/24 16:33:10 riz 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