Re: [PATCH] winebuild: Use Clang to assemble if found.
21 Jan
2013
21 Jan
'13
6:52 p.m.
Charles Davis <cdavis5x(a)gmail.com> writes:
@@ -319,26 +341,27 @@ char *find_tool( const char *name, const char * const *names ) names = alt_names; }
- while (*names) + /* If we have a target triple, we really need to try the list of names + * twice: once with the triple, and once without. + */
This doesn't make sense, if we have a target it means we are cross-compiling, and we need to use the correct tool. -- Alexandre Julliard julliard(a)winehq.org
4707
Age (days ago)
4707
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard