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:
briano%netscape.com 1999-08-06 03:54:00 +00:00
Родитель effc18f4d5
Коммит e81f1a53a0
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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