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 ] ;
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user