Bug 507513 - Need ABI defined for WinCE / WinMo; (Cv1-CC) Copy it to comm-central.
r=Callek.
This commit is contained in:
Родитель
0989e82596
Коммит
596e2d1a73
|
@ -1394,6 +1394,12 @@ sun4u | sparc*)
|
|||
x86_64 | ia64)
|
||||
CPU_ARCH="$OS_TEST"
|
||||
;;
|
||||
|
||||
arm)
|
||||
if test "$OS_TARGET" = "WINCE"; then
|
||||
CPU_ARCH="$OS_TEST"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if test -z "$OS_TARGET"; then
|
||||
|
@ -2041,7 +2047,7 @@ case "$target" in
|
|||
;;
|
||||
|
||||
*-wince*)
|
||||
|
||||
TARGET_COMPILER_ABI=msvc
|
||||
MOZ_TOOLS_DIR=`echo $MOZ_TOOLS`
|
||||
AR_LIST="$AR -list"
|
||||
AR_EXTRACT="$AR -extract"
|
||||
|
|
Загрузка…
Ссылка в новой задаче