Fix for build breakage on NetBSD/arm.

git-svn-id: svn://10.0.0.236/trunk@56349 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com 1999-12-22 03:54:58 +00:00
parent e5c464f9df
commit b12c091510

View File

@ -49,8 +49,19 @@ LIBS = \
-lraptorgfx \
-lxpcom \
$(TK_LIBS) \
$(LOST_SYM_LIBS) \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
ifeq ($(OS_ARCH)$(OS_TEST),NetBSDarm32)
NO_LD_ARCHIVE_FLAGS := 1
endif
ifdef NO_LD_ARCHIVE_FLAGS
LOST_SYM_LIBS = -lxpcomds_s -lxpcomio_s -lxptinfo -lmozreg_s
endif
include $(topsrcdir)/config/rules.mk