Module Name: src Committed By: mrg Date: Fri Sep 23 07:12:10 UTC 2011
Modified Files: src/lib: Makefile Log Message: add libgomp to this list of libs; so compat finds it properly. To generate a diff of this commit: cvs rdiff -u -r1.176 -r1.177 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/Makefile diff -u src/lib/Makefile:1.176 src/lib/Makefile:1.177 --- src/lib/Makefile:1.176 Fri Aug 26 21:22:10 2011 +++ src/lib/Makefile Fri Sep 23 07:12:10 2011 @@ -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