[cmake] Add SerenityOS to config.guess
Reviewed By: phosek Differential Revision: https://reviews.llvm.org/D154403
This commit is contained in:
parent
1590cac494
commit
c1b55ae738
3
llvm/cmake/config.guess
vendored
3
llvm/cmake/config.guess
vendored
@ -816,6 +816,9 @@ EOF
|
|||||||
i*:PW*:*)
|
i*:PW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-pw32
|
echo ${UNAME_MACHINE}-pc-pw32
|
||||||
exit ;;
|
exit ;;
|
||||||
|
*:SerenityOS:*:*)
|
||||||
|
echo ${UNAME_MACHINE}-pc-serenity
|
||||||
|
exit ;;
|
||||||
*:Interix*:*)
|
*:Interix*:*)
|
||||||
case ${UNAME_MACHINE} in
|
case ${UNAME_MACHINE} in
|
||||||
x86)
|
x86)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user