Bug 507513 - Need ABI defined for WinCE / WinMo; (Cv1-CC) Copy it to comm-central.

r=Callek.
This commit is contained in:
Serge Gautherie 2010-02-23 09:27:29 +01:00
Родитель 0989e82596
Коммит 596e2d1a73
1 изменённых файлов: 7 добавлений и 1 удалений

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

@ -1394,6 +1394,12 @@ sun4u | sparc*)
x86_64 | ia64) x86_64 | ia64)
CPU_ARCH="$OS_TEST" CPU_ARCH="$OS_TEST"
;; ;;
arm)
if test "$OS_TARGET" = "WINCE"; then
CPU_ARCH="$OS_TEST"
fi
;;
esac esac
if test -z "$OS_TARGET"; then if test -z "$OS_TARGET"; then
@ -2041,7 +2047,7 @@ case "$target" in
;; ;;
*-wince*) *-wince*)
TARGET_COMPILER_ABI=msvc
MOZ_TOOLS_DIR=`echo $MOZ_TOOLS` MOZ_TOOLS_DIR=`echo $MOZ_TOOLS`
AR_LIST="$AR -list" AR_LIST="$AR -list"
AR_EXTRACT="$AR -extract" AR_EXTRACT="$AR -extract"