]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
autoupdate
authorKarl Berry <karl@freefriends.org>
Tue, 3 Jul 2018 15:02:14 +0000 (08:02 -0700)
committerKarl Berry <karl@freefriends.org>
Tue, 3 Jul 2018 15:02:14 +0000 (08:02 -0700)
build-aux/config.sub

index d1f5b549034905ad3fb686701d6249b4a2464a42..072700fb037ceabbb85d0263a062bd0e5ca5940e 100755 (executable)
@@ -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
                ;;