[PATCH] D154403: [cmake] Add SerenityOS to config.guess

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 03:17:24 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc1b55ae7384c: [cmake] Add SerenityOS to config.guess (authored by ADKaster, committed by brad).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154403/new/

https://reviews.llvm.org/D154403

Files:
  llvm/cmake/config.guess


Index: llvm/cmake/config.guess
===================================================================
--- llvm/cmake/config.guess
+++ llvm/cmake/config.guess
@@ -816,6 +816,9 @@
     i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
 	exit ;;
+    *:SerenityOS:*:*)
+	echo ${UNAME_MACHINE}-pc-serenity
+	exit ;;
     *:Interix*:*)
 	case ${UNAME_MACHINE} in
 	    x86)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154403.557986.patch
Type: text/x-patch
Size: 358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20231102/d4d6b5b2/attachment.bin>


More information about the llvm-commits mailing list