Link top with libstdc++
* Should fix gcc4 build
This commit is contained in:
+6
-1
@@ -72,7 +72,6 @@ Includes [ FGristFiles top.cpp watch.c ]
|
|||||||
: [ BuildFeatureAttribute ncurses : headers ] ;
|
: [ BuildFeatureAttribute ncurses : headers ] ;
|
||||||
|
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
top.cpp
|
|
||||||
watch.c
|
watch.c
|
||||||
: [ BuildFeatureAttribute ncurses : library ] : $(haiku-utils_rsrc) ;
|
: [ BuildFeatureAttribute ncurses : library ] : $(haiku-utils_rsrc) ;
|
||||||
|
|
||||||
@@ -178,6 +177,12 @@ StdBinCommands
|
|||||||
sysinfo.cpp
|
sysinfo.cpp
|
||||||
: [ TargetLibstdc++ ] : $(haiku-utils_rsrc) ;
|
: [ 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
|
# standard commands that need libbe.so, libtranslation.so, libsupc++.so
|
||||||
StdBinCommands
|
StdBinCommands
|
||||||
translate.cpp
|
translate.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user