[PATCH] D16798: Update cmake build on recent Haiku

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 08:52:03 PST 2016


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.


Repository:
  rL LLVM

http://reviews.llvm.org/D16798





More information about the llvm-commits mailing list