mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Cross-compiling fixes. Bug #11890 r=blizzard
This commit is contained in:
parent
046f731036
commit
b5d609a14c
@ -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)
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user