[PATCH] [WineGCC]: correctly manage the -V option (gcc expects to be among the first ones, with -b)

Alexandre Julliard julliard at winehq.org
Wed Jan 19 05:45:17 CST 2011


Eric Pouech <eric.pouech at orange.fr> writes:

> @@ -969,7 +972,7 @@ static void build(struct options* opts)
>      if (fake_module) return;  /* nothing else to do */
>  
>      /* link everything together now */
> -    strarray_addall(link_args, get_translator(opts));
> +    strarray_addall(link_args, get_translator(opts, NULL));

Why do you want to use a different version when linking?

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list