зеркало из https://github.com/mozilla/gecko-dev.git
For Strong Arm 110 (sa110), set the OS_ARCH to "arm".
This commit is contained in:
Родитель
c43f7ddb16
Коммит
53ee198a2b
|
@ -27,8 +27,12 @@ ARCH := linux
|
||||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||||
CPU_ARCH := x86
|
CPU_ARCH := x86
|
||||||
else
|
else
|
||||||
|
ifeq (,$(filter-out sa110,$(OS_TEST)))
|
||||||
|
CPU_ARCH := arm
|
||||||
|
else
|
||||||
CPU_ARCH := $(OS_TEST)
|
CPU_ARCH := $(OS_TEST)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
GFX_ARCH := x
|
GFX_ARCH := x
|
||||||
|
|
||||||
# Include the automagically generated makefile. This generated makefile
|
# Include the automagically generated makefile. This generated makefile
|
||||||
|
|
Загрузка…
Ссылка в новой задаче