Cross-compiling fixes. Bug #11890 r=blizzard

This commit is contained in:
cls%seawood.org 2000-10-24 21:22:32 +00:00
parent 046f731036
commit b5d609a14c
2 changed files with 4 additions and 2 deletions

View File

@ -376,11 +376,13 @@ else
ELF_DYNSTR_GC = :
endif
ifndef CROSS_COMPILE
ifdef USE_ELF_DYNSTR_GC
ifdef MOZ_COMPONENTS_VERSION_SCRIPT_LDFLAGS
ELF_DYNSTR_GC = $(DIST)/bin/elf-gc-dynstr
endif
endif
endif
ifneq ($(OS_ARCH),WINNT)

View File

@ -52,7 +52,7 @@ CPPSRCS = \
$(NULL)
LIBS = \
`gtk-config --libs` \
`$(GTK_CONFIG) --libs` \
-ljar$(VERSION_NUMBER)_s \
$(NULL)
@ -64,4 +64,4 @@ endif
include $(topsrcdir)/config/rules.mk
CXXFLAGS += `gtk-config --cflags`
CXXFLAGS += `$(GTK_CONFIG) --cflags`