Skip to content
  • Sean McGovern's avatar
    Fix linker test for -Bsymbolic · 6c50ab56
    Sean McGovern authored
    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'.
    6c50ab56