* 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:
Ingo Weinhold
2009-05-20 02:22:36 +00:00
parent 01b9223aa5
commit 003ebb0e83
14 changed files with 568 additions and 70 deletions
+2
View File
@@ -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 ;