Commit e7bdde36 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winetest: Remove SPARC support.

parent 3c3959cf
...@@ -313,8 +313,6 @@ static void print_version (void) ...@@ -313,8 +313,6 @@ static void print_version (void)
static const char platform[] = "i386"; static const char platform[] = "i386";
#elif defined(__x86_64__) #elif defined(__x86_64__)
static const char platform[] = "x86_64"; static const char platform[] = "x86_64";
#elif defined(__sparc__)
static const char platform[] = "sparc";
#elif defined(__powerpc__) #elif defined(__powerpc__)
static const char platform[] = "powerpc"; static const char platform[] = "powerpc";
#elif defined(__arm__) #elif defined(__arm__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment