Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.

The former is the official name used by the MinGW project.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30089 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-20 19:12:20 +00:00
parent 48ed8799ac
commit 4e18fed064
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1434,7 +1434,7 @@ else # if test -z "$_target"
qnx) system_name=QNX ;;
morphos) system_name=MorphOS ;;
amigaos) system_name=AmigaOS ;;
mingw32msvc) system_name=MINGW32 ;;
mingw32) system_name=MINGW32 ;;
esac
# We need to convert underscores so that values like k6-2 and pentium-mmx can be passed
host_arch=$(echo $_target | cut -d '-' -f 1)