Displaying 1 result from an estimated 1 matches for "991741".
Did you mean:
991721
2005 Apr 22
2
[LLVMdev] Optional Target Builds
On Fri, 2005-04-22 at 08:15 -0500, Andrew Lenharth wrote:
> -enable-targets=x86,alpha,sparcv9
> -link-targets=alpha,host
>
> Valid options for both are:
> the names of the targets
> host
> all
As others have agreed, this is a much better approach than the one I was
thinking of. Its harder to parse in the configure script, but I can
probably find a way to do it.
>