mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Added Linux-ARM processor compiled version of crypto module to repository. Slight modification of makefile to enable building this on ARM.
This commit is contained in:
parent
778d86e182
commit
0b34f796bb
@ -215,11 +215,15 @@ ifeq ($(os), Linux)
|
||||
libs := $(patsubst %,-l%,$(libs))
|
||||
cppflags += -pipe -Os \
|
||||
-fPIC -fno-rtti -fno-exceptions -fno-strict-aliasing \
|
||||
-fno-common -fshort-wchar -pthread \
|
||||
-fno-common -pthread \
|
||||
-Wall -Wconversion -Wpointer-arith -Woverloaded-virtual -Wsynth \
|
||||
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align \
|
||||
-Wno-long-long \
|
||||
-include xpcom-config.h $(headers)
|
||||
ifeq ($(arch), x86)
|
||||
cppflags += -fshort-wchar
|
||||
else
|
||||
endif
|
||||
ldflags += -pthread -pipe -DMOZILLA_STRICT_API \
|
||||
-Wl,-dead_strip \
|
||||
-Wl,-exported_symbol \
|
||||
|
Loading…
x
Reference in New Issue
Block a user