[PATCH] D16798: Update cmake build on recent Haiku

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 09:19:52 PST 2016


> On Feb 24, 2016, at 8:52 AM, Renato Golin <renato.golin at linaro.org> wrote:
> 
> rengolin added a subscriber: rengolin.
> 
> ================
> Comment at: cmake/config.guess:1209
> @@ -1205,1 +1208,3 @@
> 	exit ;;
> +    x86_64:Haiku:*:*)
> +	echo x86_64-unknown-haiku
> ----------------
> This seems to be the *only* change that is needed in this file. We can't take the GPLv3 version of config.guess, but we can take this change into our old version.

I don’t think that’s how GPL works… I don’t think we can choose to take part of the change without taking the license. Admittedly, I’m not a lawyer.

-Chris

> 
> 
> Repository:
>  rL LLVM
> 
> http://reviews.llvm.org/D16798
> 
> 
> 



More information about the llvm-commits mailing list