Add -Bsymbolic-functions to linker flags
This commit is contained in:
parent
ab428aeab7
commit
71cef14ac3
@ -41,6 +41,9 @@ AC_CHECK_HEADERS(unistd.h sys/mman.h)
|
|||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
if test "x$GCC" = "xyes"; then
|
if test "x$GCC" = "xyes"; then
|
||||||
|
|
||||||
|
# Make symbols link locally
|
||||||
|
LDFLAGS="$LDFLAGS -Bsymbolic-functions"
|
||||||
|
|
||||||
# Make sure we don't link to libstdc++
|
# Make sure we don't link to libstdc++
|
||||||
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
|
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user