mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Use -shared instead -G when using gcc to create shared libs on solaris.
Thanks to Herbie <herbie.ong@sun.com> for the patch. Bug #35419 r=cls
This commit is contained in:
parent
f126bdfb30
commit
5a24294673
2
configure
vendored
2
configure
vendored
@ -5765,7 +5765,7 @@ rm -f conftest*
|
||||
echo "$ac_t""$_res" 1>&6
|
||||
else
|
||||
ASFLAGS="$ASFLAGS -fPIC"
|
||||
DSO_LDOPTS='-G -h $@'
|
||||
DSO_LDOPTS='-shared -h $@'
|
||||
_WARNINGS_CFLAGS=''
|
||||
_WARNINGS_CXXFLAGS=''
|
||||
if test "$OS_RELEASE" = "5.3"; then
|
||||
|
@ -1524,7 +1524,7 @@ dnl the qsort routine under solaris is faulty
|
||||
AC_MSG_RESULT([$_res])
|
||||
else
|
||||
ASFLAGS="$ASFLAGS -fPIC"
|
||||
DSO_LDOPTS='-G -h $@'
|
||||
DSO_LDOPTS='-shared -h $@'
|
||||
_WARNINGS_CFLAGS=''
|
||||
_WARNINGS_CXXFLAGS=''
|
||||
if test "$OS_RELEASE" = "5.3"; then
|
||||
|
Loading…
Reference in New Issue
Block a user