Merge warning fixes from Trunk.

Merge Documentation fixes from Trunk.
Merge updated makefiles from Trunk.

[SVN r78577]
This commit is contained in:
John Maddock
2012-05-24 10:03:48 +00:00
parent 090520dbb4
commit 5964976b93
107 changed files with 3817 additions and 3747 deletions

View File

@ -131,8 +131,8 @@ function gcc_gen()
# LIBS= additional library files
# compiler:
CXX=g++
LINKER=g++ -shared
CXX?=g++
LINKER=\$(CXX) -shared
#
# compiler options for release build:
@ -215,8 +215,8 @@ function gcc_gen_shared()
# LIBS= additional library files
# compiler:
CXX=g++
LINKER=g++ -shared
CXX?=g++
LINKER=\$(CXX) -shared
#
# compiler options for release build: