Moved DSO_LDOPTS into the native compiler specific loop.

This commit is contained in:
pepper%netscape.com 1999-09-02 03:47:08 +00:00
Родитель d52908a587
Коммит 108bf34e41
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -567,8 +567,8 @@ case "$target" in
*-hpux*)
DLL_SUFFIX="sl"
DSO_LDOPTS='-b -E -L$(DIST)/bin'
if test ! "$GNU_CC"; then
DSO_LDOPTS='-b -E -L$(DIST)/bin'
DSO_CFLAGS=""
DSO_PIC_CFLAGS="+Z"
fi