Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib add libgomp to this list of libs; so compat finds it pro...
details: https://anonhg.NetBSD.org/src/rev/8f2bf9d0caf4
branches: trunk
changeset: 769782:8f2bf9d0caf4
user: mrg <mrg%NetBSD.org@localhost>
date: Fri Sep 23 07:12:10 2011 +0000
description:
add libgomp to this list of libs; so compat finds it properly.
diffstat:
lib/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 3b018bf33106 -r 8f2bf9d0caf4 lib/Makefile
--- a/lib/Makefile Fri Sep 23 06:47:54 2011 +0000
+++ b/lib/Makefile Fri Sep 23 07:12:10 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.176 2011/08/26 21:22:10 dyoung Exp $
+# $NetBSD: Makefile,v 1.177 2011/09/23 07:12:10 mrg Exp $
# from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91
.include <bsd.own.mk>
@@ -75,6 +75,7 @@
SUBDIR+= ../gnu/lib/libobjc4
. else
SUBDIR+= ../external/gpl3/gcc/lib/libobjc
+SUBDIR+= ../external/gpl3/gcc/lib/libgomp
. endif
. if ${HAVE_GCC} >= 45 && !defined(MLIBDIR)
# Should probably move GMP, MPFR and MPC builds into the GCC >= 4.5
Home |
Main Index |
Thread Index |
Old Index