mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
NetBSD/arm-specific build breakage fix.
This commit is contained in:
parent
f182a466ac
commit
d456ef8f48
@ -41,8 +41,14 @@ CPPSRCS = \
|
||||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
|
||||
|
||||
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 -lxptinfo -lmozreg_s
|
||||
LOST_SYM_LIBS = -lxpcomds_s -lxpcomio_s -lxptinfo -lmozreg_s
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
|
Loading…
Reference in New Issue
Block a user