Fix for build breakage on unappreciated platforms.

This commit is contained in:
briano%netscape.com 1999-12-22 00:08:29 +00:00
parent 1721c271f5
commit 6bc395d764
2 changed files with 22 additions and 0 deletions

View File

@ -35,9 +35,20 @@ CPPSRCS = RobotMain.cpp
LIBS = \
-lDebugRobot \
-lxpcom \
$(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
DEFINES += -DUSE_NSREG

View File

@ -35,9 +35,20 @@ CPPSRCS = RobotMain.cpp
LIBS = \
-lDebugRobot \
-lxpcom \
$(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
DEFINES += -DUSE_NSREG