=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: widl: Remove SPARC and Alpha support .

Alexandre Julliard julliard at winehq.org
Mon Mar 11 16:24:51 CDT 2013


Module: wine
Branch: master
Commit: 478401dce70c73de8c0127380ba4dae8b249b490
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=478401dce70c73de8c0127380ba4dae8b249b490

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Mar  8 21:33:55 2013 +0100

widl: Remove SPARC and Alpha support.

---

 tools/widl/widl.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/tools/widl/widl.c b/tools/widl/widl.c
index 5626d13..cad1d6c 100644
--- a/tools/widl/widl.c
+++ b/tools/widl/widl.c
@@ -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 }




More information about the wine-cvs mailing list