Can't use -Wall if we're not using gcc....

This commit is contained in:
briano%netscape.com 1999-02-12 01:30:50 +00:00
Родитель b5e1db28ce
Коммит 0e21b20e5b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -201,6 +201,7 @@ alpha*-*-osf*)
*-hpux*)
if test -z "$GNU_CC"; then
DSO_CFLAGS="+Z"
COMPILER_WARNINGS=""
fi
DLL_SUFFIX="sl"
DSO_LDOPTS='-b -E -L$(DIST)/bin $(LDFLAGS)'