From 0ee5212efa5434e5bc837660fbf2facbdeb39952 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Jul 2018 08:02:14 -0700 Subject: [PATCH] autoupdate --- build-aux/config.sub | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-aux/config.sub b/build-aux/config.sub index d1f5b54903..072700fb03 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-24' +timestamp='2018-07-02' # 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 @@ -1125,6 +1125,12 @@ case $basic_machine in ps2) basic_machine=i386-ibm ;; + riscv) + basic_machine=riscv32-unknown + ;; + riscv-*) + basic_machine=`echo "$basic_machine" | sed 's/^riscv/riscv32/'` + ;; rm[46]00) basic_machine=mips-siemens ;; -- 2.39.5