зеркало из https://github.com/mozilla/pjs.git
Bug 607190 - Add "mips" and "mipsel" to CPU_ARCH checks. r=khuey a=bsmedberg
This commit is contained in:
Родитель
10723f1369
Коммит
91d35517ed
|
@ -1551,6 +1551,10 @@ x86_64 | ia64)
|
|||
arm*)
|
||||
CPU_ARCH=arm
|
||||
;;
|
||||
|
||||
mips|mipsel)
|
||||
CPU_ARCH="mips"
|
||||
;;
|
||||
esac
|
||||
|
||||
if test -z "$OS_TARGET"; then
|
||||
|
|
|
@ -1528,6 +1528,10 @@ x86_64 | ia64)
|
|||
arm*)
|
||||
CPU_ARCH=arm
|
||||
;;
|
||||
|
||||
mips|mipsel)
|
||||
CPU_ARCH="mips"
|
||||
;;
|
||||
esac
|
||||
|
||||
if test -z "$OS_TARGET"; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче