Skip to content
Snippets Groups Projects
Commit 941cae6d authored by Roger Hardiman's avatar Roger Hardiman
Browse files

Add Risc-V 64 bit

parent 416e3eb2
No related branches found
No related tags found
1 merge request!121Add Risc-V 64 bit to config.guess
Pipeline #294160 passed with stages
in 3 minutes and 35 seconds
......@@ -985,6 +985,9 @@ EOF
ppc:Linux:*:*)
echo powerpc-unknown-linux-gnu
exit ;;
riscv64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit ;;
s390:Linux:*:* | s390x:Linux:*:*)
echo ${UNAME_MACHINE}-ibm-linux
exit ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment