зеркало из https://github.com/mozilla/gecko-dev.git
A temporary fix for the Solaris gcc build. Removed the -z defs linker flag
because gcc-compiled objects reference symbols not defined in -lc. The correct fix is to use gcc to build the shared libraries, as we do on Linux. Modified Files: configure.in configure
This commit is contained in:
Родитель
6b077d2c2d
Коммит
e1efb9c8fb
|
@ -4485,7 +4485,7 @@ EOF
|
|||
fi
|
||||
PR_MD_CSRCS=solaris.c
|
||||
LD=/usr/ccs/bin/ld
|
||||
DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs'
|
||||
DSO_LDOPTS='-G -h $(notdir $@) -z combreloc'
|
||||
RESOLVE_LINK_SYMBOLS=1
|
||||
if test -n "$GNU_CC"; then
|
||||
DSO_CFLAGS=-fPIC
|
||||
|
|
|
@ -1634,7 +1634,7 @@ mips-sony-newsos*)
|
|||
fi
|
||||
PR_MD_CSRCS=solaris.c
|
||||
LD=/usr/ccs/bin/ld
|
||||
DSO_LDOPTS='-G -h $(notdir $@) -z combreloc -z defs'
|
||||
DSO_LDOPTS='-G -h $(notdir $@) -z combreloc'
|
||||
RESOLVE_LINK_SYMBOLS=1
|
||||
if test -n "$GNU_CC"; then
|
||||
DSO_CFLAGS=-fPIC
|
||||
|
|
Загрузка…
Ссылка в новой задаче