changeset 39309:0f39d8831bc4

autoupdate
author Karl Berry <karl@freefriends.org>
date Thu, 03 May 2018 09:14:34 -0700
parents eec4f11d84a9
children 82d8d8ba57c1
files build-aux/config.sub
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.sub	Wed May 02 23:36:18 2018 +0200
+++ b/build-aux/config.sub	Thu May 03 09:14:34 2018 -0700
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-05-01'
+timestamp='2018-05-03'
 
 # 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
@@ -114,7 +114,7 @@
 # Here we must recognize all the valid KERNEL-OS combinations.
 maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
-    nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
+	nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
 	linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
 	knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
 	kopensolaris*-gnu* | cloudabi*-eabi* | \