1 diff --git a/tools/winebuild/utils.c b/tools/winebuild/utils.c
2 index a73f520ccc..a61bfdd534 100644
3 --- a/tools/winebuild/utils.c
4 +++ b/tools/winebuild/utils.c
5 @@ -464,6 +464,8 @@ struct strarray get_ld_command(void)
7 strarray_add( &args, "-m", (force_pointer_size == 8) ? "i386pep" : "i386pe", NULL );
9 + case PLATFORM_SOLARIS: