Fix for SunOS 4.x.

This commit is contained in:
briano%netscape.com 1999-05-06 06:39:14 +00:00
parent fe7fe2c9cb
commit aee1344959

View File

@ -297,6 +297,8 @@ case "$target" in
;;
*-*-sunos*)
AS='$(CC)'
ASFLAGS='$(CFLAGS)'
DSO_LDOPTS=''
MKSHLIB='$(LD) $(DSO_LDOPTS)'
MKCSHLIB='$(LD) $(DSO_LDOPTS)'