* Also define the build system variables TARGET_STATIC_{LIBSTDC++,LIBSUPC++}.
* runtime loader: - Fixed gcc 4 warnings. - Enabled -Werror. - Renamed all remaining *.c source files to *.cpp. - Implemented GNU style ELF symbol versioning support. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30806 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -795,6 +795,7 @@ local buildVars =
|
||||
PRIVATE_SYSTEM_HEADERS
|
||||
|
||||
LIBSTDC++ LIBSUPC++
|
||||
STATIC_LIBSTDC++ STATIC_LIBSUPC++
|
||||
|
||||
NETWORK_LIBS NETAPI_LIB SELECT_UNAME_ETC_LIB
|
||||
|
||||
@@ -1035,5 +1036,6 @@ EnableWerror src kits interface ;
|
||||
EnableWerror src kits storage ;
|
||||
EnableWerror src kits support ;
|
||||
EnableWerror src system kernel ;
|
||||
EnableWerror src system runtime_loader ;
|
||||
EnableWerror src add-ons kernel file_systems bfs ;
|
||||
EnableWerror src add-ons kernel file_systems userlandfs ;
|
||||
|
||||
Reference in New Issue
Block a user