widl: Remove SPARC and Alpha support.

This commit is contained in:
André Hentschel 2013-03-08 21:33:55 +01:00 committed by Alexandre Julliard
parent 40e7f7b787
commit 478401dce7
1 changed files with 0 additions and 2 deletions

View File

@ -263,8 +263,6 @@ static void set_target( const char *target )
{ "i786", SYS_WIN32 },
{ "amd64", SYS_WIN64 },
{ "x86_64", SYS_WIN64 },
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
{ "powerpc", SYS_WIN32 },
{ "arm", SYS_WIN32 },
{ "aarch64", SYS_WIN64 }