Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37477570
en ru br
ALT Linux repos
S:12.0.1-alt4.1

Group :: Development/C
RPM: llvm12.0

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: llvm-10-alt-riscv64-config-guess.patch
Download


diff --git a/cmake/config.guess b/cmake/config.guess
index ccb30f4e7..6506ef56b 100644
--- a/cmake/config.guess
+++ b/cmake/config.guess
@@ -928,6 +928,9 @@ EOF
     m68*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+    riscv64*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     mips:Linux:*:* | mips64:Linux:*:*)
 	eval $set_cc_for_build
 	sed 's/^	//' << EOF >$dummy.c
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin