Bug Bug 685554 - Set OS_TARGET to WINNT when crosscompiling on mingw r=glandium

This commit is contained in:
Jacek Caban 2011-09-09 15:07:39 +02:00
Родитель f1fcf229ca
Коммит 2a4f01ee88
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1282,7 +1282,7 @@ if test -n "$CROSS_COMPILE"; then
kfreebsd*-gnu) OS_ARCH=GNU_kFreeBSD OS_TARGET=GNU_kFreeBSD ;;
gnu*) OS_ARCH=GNU ;;
solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;;
mingw*) OS_ARCH=WINNT ;;
mingw*) OS_ARCH=WINNT OS_TARGET=WINNT ;;
darwin*) OS_ARCH=Darwin OS_TARGET=Darwin ;;
esac
case "${target}" in

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

@ -1263,7 +1263,7 @@ if test -n "$CROSS_COMPILE"; then
kfreebsd*-gnu) OS_ARCH=GNU_kFreeBSD OS_TARGET=GNU_kFreeBSD ;;
gnu*) OS_ARCH=GNU ;;
solaris*) OS_ARCH=SunOS OS_RELEASE=5 ;;
mingw*) OS_ARCH=WINNT ;;
mingw*) OS_ARCH=WINNT OS_TARGET=WINNT ;;
darwin*) OS_ARCH=Darwin OS_TARGET=Darwin ;;
esac
case "${target}" in