Use g++'s -static option instead of specific libs
authorLuis Lavena <luislavena@gmail.com>
Mon, 5 Dec 2011 14:55:05 +0000 (11:55 -0300)
committerLuis Lavena <luislavena@gmail.com>
Mon, 5 Dec 2011 14:55:05 +0000 (11:55 -0300)
commit7e3e51f60711d73731f50fc31808f90234613ad8
tree3daa0fdd48c1814f3c71dcc57078ed426c5f51ac
parent94b48447792a2908305c56db5e0f293df069e474
Use g++'s -static option instead of specific libs

MinGW g++ recognizes -static as option to avoid the need to specify
individual libraries to be statically linked into the executable.

It also solves the warning of -static-libstdc++ not being recorgnized by
GCC 4.5.2 (TDM build)
configure.py