Skip to content

Commit

Permalink
[cmake] Add SerenityOS to config.guess
Browse files Browse the repository at this point in the history
Reviewed By: phosek

Differential Revision: https://reviews.llvm.org/D154403
  • Loading branch information
ADKaster authored and brad0 committed Nov 2, 2023
1 parent 1590cac commit c1b55ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/cmake/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,9 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
*:SerenityOS:*:*)
echo ${UNAME_MACHINE}-pc-serenity
exit ;;
*:Interix*:*)
case ${UNAME_MACHINE} in
x86)
Expand Down

0 comments on commit c1b55ae

Please sign in to comment.