3 BSYMBOLIC_FUNCTIONS_SUPPORT
=no
7 cat >>bsymbolic_functions.c
<< EOF
8 int main() { return 0; }
11 "$COMPILER" -o libtest.so
-shared -Wl,-Bsymbolic-functions -fPIC bsymbolic_functions.c
>/dev
/null
2>&1 && BSYMBOLIC_FUNCTIONS_SUPPORT
=yes
12 rm -f bsymbolic_functions.c libtest.so
15 if [ "$BSYMBOLIC_FUNCTIONS_SUPPORT" != "yes" ]; then
16 [ "$VERBOSE" = "yes" ] && echo "Symbolic function binding disabled."
19 [ "$VERBOSE" = "yes" ] && echo "Symbolic function binding enabled."