Skip to content

Commit c1b55ae

Browse files
ADKasterbrad0
authored andcommitted
[cmake] Add SerenityOS to config.guess
Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D154403
1 parent 1590cac commit c1b55ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/cmake/config.guess

+3
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,9 @@ EOF
816816
i*:PW*:*)
817817
echo ${UNAME_MACHINE}-pc-pw32
818818
exit ;;
819+
*:SerenityOS:*:*)
820+
echo ${UNAME_MACHINE}-pc-serenity
821+
exit ;;
819822
*:Interix*:*)
820823
case ${UNAME_MACHINE} in
821824
x86)

0 commit comments

Comments
 (0)