From d267d2c6767c678ff84b2b26be7c0d65c72c4667 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 5 Jan 2021 17:05:40 +0300 Subject: Update config.guess and config.sub from mainstream. Recognizes riscv32be and riscv64be. --- build-scripts/config.guess | 4 ++-- build-scripts/config.sub | 4 ++-- 2 files changed, 4 insertions(+), 4 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:*:*) diff --git a/build-scripts/config.sub b/build-scripts/config.sub index 7273b767f..1c2213228 100755 --- a/build-scripts/config.sub +++ b/build-scripts/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # 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 @@ -1230,7 +1230,7 @@ case $cpu-$vendor in | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ | pru \ | pyramid \ - | riscv | riscv32 | riscv64 \ + | riscv | riscv32 | riscv32be | riscv64 | riscv64be \ | rl78 | romp | rs6000 | rx \ | s390 | s390x \ | score \ -- cgit v1.2.1