[Haiku-commits] r31159 - haiku/trunk/build/jam
axeld at BerliOS
axeld at mail.berlios.de
Sun Jun 21 19:04:33 CEST 2009
Author: axeld
Date: 2009-06-21 19:04:32 +0200 (Sun, 21 Jun 2009)
New Revision: 31159
ViewCVS: http://svn.berlios.de/viewcvs/haiku?rev=31159&view=rev
Modified:
haiku/trunk/build/jam/BuildSetup
Log:
* Quick fix for the broken GCC2 build. The guilty one might want to have another
look at this.
Modified: haiku/trunk/build/jam/BuildSetup
===================================================================
--- haiku/trunk/build/jam/BuildSetup 2009-06-21 13:17:21 UTC (rev 31158)
+++ haiku/trunk/build/jam/BuildSetup 2009-06-21 17:04:32 UTC (rev 31159)
@@ -365,6 +365,7 @@
HAIKU_LIBSTDC++ = $(HAIKU_STATIC_LIBSTDC++) ;
} else {
HAIKU_LIBSTDC++ = libstdc++.r4.so ;
+ HAIKU_SHARED_LIBSTDC++ = $(HAIKU_LIBSTDC++) ;
}
# the C++ support library
More information about the Haiku-commits
mailing list