The -Bforcearchive flag on OpenBSD doesn't work for us, because there is no way to turn it off, so use an alternate method instead (if necessary).

This commit is contained in:
briano%netscape.com 1999-08-03 02:11:08 +00:00
Родитель 0d87f5ae21
Коммит 13ba54abb0
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -403,10 +403,6 @@ alpha*-*-linux*)
DSO_LDOPTS='-shared -h $(@:$(OBJDIR)/%.$(DLL_SUFFIX)=%.$(DLL_SUFFIX))'
MKSHLIB='$(LD) $(DSO_LDOPTS)'
MKCSHLIB='$(LD) $(DSO_LDOPTS)'
if test -z "$MKSHLIB_FORCE_ALL"; then
MKSHLIB_FORCE_ALL='-Bforcearchive'
MKSHLIB_UNFORCE_ALL=''
fi
if $CC -E - -dM </dev/null | grep -v __ELF__ >/dev/null; then
DSO_LDOPTS="-Bshareable /usr/lib/c++rt0.o"
fi