OSDN Git Service

Use -Bsymbolic for shared libs only, not executables
authorMans Rullgard <mans@mansr.com>
Fri, 15 Oct 2010 10:31:58 +0000 (11:31 +0100)
committerMans Rullgard <mans@mansr.com>
Tue, 18 Jan 2011 20:48:24 +0000 (20:48 +0000)
commitfef2d66166105659b0e30523ab8dd4f52c035bf1
treec992d8ea49cecf57ea956c504529cc3541d00f67
parent324e7ee260b16d33a14c8a1a9909fa54bf1e996b
Use -Bsymbolic for shared libs only, not executables

Some linkers fail if this flag is used when creating an executable file.
Since the flag is meaningful only for shared libraries, dropping it from
the main link flags is correct.
configure