Use -z textwarn when linking with -shared until we figure out why 'relocations against non-writable, allocatable sections remain'.

Bug #23759 & Bug #35419


git-svn-id: svn://10.0.0.236/trunk@153275 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2004-02-26 07:51:04 +00:00
parent c109783dbd
commit 272eb27cf9
2 changed files with 647 additions and 535 deletions

1180
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1525,7 +1525,7 @@ dnl the qsort routine under solaris is faulty
AC_MSG_RESULT([$_res])
else
ASFLAGS="$ASFLAGS -fPIC"
DSO_LDOPTS='-shared -h $@'
DSO_LDOPTS='-shared -h $@ -Wl,-z -Wl,textwarn'
_WARNINGS_CFLAGS=''
_WARNINGS_CXXFLAGS=''
if test "$OS_RELEASE" = "5.3"; then