Link top with libstdc++

* Should fix gcc4 build
This commit is contained in:
Adrien Destugues
2015-06-13 14:02:00 +02:00
parent 95cace8de2
commit 673259506b
+6 -1
View File
@@ -72,7 +72,6 @@ Includes [ FGristFiles top.cpp watch.c ]
: [ BuildFeatureAttribute ncurses : headers ] ;
StdBinCommands
top.cpp
watch.c
: [ BuildFeatureAttribute ncurses : library ] : $(haiku-utils_rsrc) ;
@@ -178,6 +177,12 @@ StdBinCommands
sysinfo.cpp
: [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ;
# commands that need libstdc++ and lubncurses
StdBinCommands
top.cpp
: [ BuildFeatureAttribute ncurses : library ] [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ;
# standard commands that need libbe.so, libtranslation.so, libsupc++.so
StdBinCommands
translate.cpp