summaryrefslogtreecommitdiff
path: root/build-scripts/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'build-scripts/config.guess')
-rwxr-xr-xbuild-scripts/config.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-scripts/config.guess b/build-scripts/config.guess
index f8dc45585..fdfca6b3f 100755
--- a/build-scripts/config.guess
+++ b/build-scripts/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2020 Free Software Foundation, Inc.
-timestamp='2020-12-22'
+timestamp='2020-12-31'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1087,7 +1087,7 @@ EOF
ppcle:Linux:*:*)
echo powerpcle-unknown-linux-"$LIBC"
exit ;;
- riscv32:Linux:*:* | riscv64:Linux:*:*)
+ riscv32:Linux:*:* | riscv32be:Linux:*:* | riscv64:Linux:*:* | riscv64be:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
s390:Linux:*:* | s390x:Linux:*:*)