From aa1f661460034468d1406e4286574a200e0c6b24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 21 Jun 2009 17:04:32 +0000 Subject: [PATCH] * Quick fix for the broken GCC2 build. The guilty one might want to have another look at this. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31159 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/BuildSetup | 1 + 1 file changed, 1 insertion(+) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index 451876a2a5..92537c4a2b 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -365,6 +365,7 @@ if $(HAIKU_SHARED_LIBSTDC++) { HAIKU_LIBSTDC++ = $(HAIKU_STATIC_LIBSTDC++) ; } else { HAIKU_LIBSTDC++ = libstdc++.r4.so ; + HAIKU_SHARED_LIBSTDC++ = $(HAIKU_LIBSTDC++) ; } # the C++ support library