From bfa2519c441ea72e32940c54f99c396cb9c9742b Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 24 Jan 2009 11:25:43 +0000 Subject: [PATCH] Explicit linking against libsupc++ doesn't seem to be necessary here (works with GCC2) and produces multiple definitions with GCC4. Please yell if this breaks cross-compiling. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29004 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/rc/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rc/Jamfile b/src/bin/rc/Jamfile index 79e2be29b0..a80e379e48 100644 --- a/src/bin/rc/Jamfile +++ b/src/bin/rc/Jamfile @@ -25,7 +25,7 @@ BinCommand rc : # these two are needed for R5 only $(strlSources) - : librdef.a $(TARGET_LIBSTDC++) be $(TARGET_LIBSUPC++) + : librdef.a $(TARGET_LIBSTDC++) be ; SEARCH on [ FGristFiles $(strlSources) ]