Skip to content

Commit a523ee6

Browse files
authored
llvm/cmake/config.guess: add support for e2k (Elbrus-2000) (#162460)
Backport patch from gnu-config: https://lists.gnu.org/archive/html/config-patches/2015-03/msg00000.html
1 parent fa1dceb commit a523ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/cmake/config.guess

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,9 @@ EOF
908908
crisv32:Linux:*:*)
909909
echo crisv32-axis-linux-gnu
910910
exit ;;
911+
e2k:Linux:*:*)
912+
echo ${UNAME_MACHINE}-unknown-linux-gnu
913+
exit ;;
911914
frv:Linux:*:*)
912915
echo frv-unknown-linux-gnu
913916
exit ;;

0 commit comments

Comments
 (0)