зеркало из https://github.com/mozilla/gecko-dev.git
Took out my Solaris gcc 2.7.2.1 specific hack, because though it enables binaries to link, they don't run. So we're back where we started.
This commit is contained in:
Родитель
effc18f4d5
Коммит
e81f1a53a0
|
@ -496,10 +496,6 @@ dnl the qsort routine under solaris is faulty
|
|||
MKSHLIB_FORCE_ALL='-z allextract'
|
||||
MKSHLIB_UNFORCE_ALL=''
|
||||
DSO_LDOPTS='-G -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
|
||||
# gcc 2.7.2.1 (solaris only?) seems to need -G in order to link binaries.
|
||||
if test "`${CC} --version`" = "2.7.2.1"; then
|
||||
LDFLAGS="${LDFLAGS} -G"
|
||||
fi
|
||||
_WARNINGS_CFLAGS=''
|
||||
_WARNINGS_CXXFLAGS=''
|
||||
fi
|
||||
|
|
Загрузка…
Ссылка в новой задаче