Patch by Joe Prostko: Add linking to libstdc++ in some places, which is

necessary when compiling the code for example with -O1 or with the upcomming
GCC 4.4. Thanks a lot!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30979 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-06-06 10:35:14 +00:00
parent be7bee59b6
commit a55f3fb022
3 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ Application CDPlayer :
TwoStateDrawButton.cpp
VolumeSlider.cpp
: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) translation textencoding
: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
translation textencoding
: CDPlayer.rdef
;

View File

@ -6,6 +6,6 @@ UsePublicHeaders locale ;
BinCommand collectcatkeys : collectcatkeys.cpp RegExp.cpp : be liblocale.so ;
BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so ;
BinCommand linkcatkeys : linkcatkeys.cpp : be liblocale.so $(TARGET_LIBSTDC++) ;
BinCommand dumpcatalog : dumpcatalog.cpp : be liblocale.so ;

View File

@ -24,5 +24,5 @@ SharedLibrary libbluetooth.so :
#UI
PincodeWindow.cpp
ConnectionIncoming.cpp
: be
: be $(TARGET_LIBSTDC++)
;