Bug 607190 - Add "mips" and "mipsel" to CPU_ARCH checks. r=khuey a=bsmedberg

This commit is contained in:
Stuart Longland 2011-01-06 15:42:54 +01:00
Родитель 10723f1369
Коммит 91d35517ed
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -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