]> granicus.if.org Git - libx264/commit
Fix linker test for -Bsymbolic
authorSean McGovern <gseanmcg@gmail.com>
Mon, 17 Oct 2011 19:44:03 +0000 (12:44 -0700)
committerFiona Glaser <fiona@x264.com>
Sat, 22 Oct 2011 00:22:21 +0000 (17:22 -0700)
commit6c50ab569d95ebb07e5fb437a38d646bf607c74b
treed239497b6b2fd6fb9262d2d9bf50c3b645d4e4d7
parent421c38f22c7bdaf2981b2ffb72332c40cadd7332
Fix linker test for -Bsymbolic
The Solaris linker only accepts -Bsymbolic for objects compiled in dynamic mode (i.e. shared objects), so pass -shared to gcc.
Additionally, for x86_32 unresolved textrels cause a linker error so mark the .text section as 'impure'.
configure