changeset 39307:dc5b9ab0285a

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 01 May 2018 09:38:31 -0700
parents 262db5fdb390
children eec4f11d84a9
files build-aux/config.sub
diffstat 1 files changed, 26 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.sub	Sat Apr 28 16:37:50 2018 -0700
+++ b/build-aux/config.sub	Tue May 01 09:38:31 2018 -0700
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2018 Free Software Foundation, Inc.
 
-timestamp='2018-04-24'
+timestamp='2018-05-01'
 
 # 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,24 +114,29 @@
 # 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* | \
-  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
-  kopensolaris*-gnu* | cloudabi*-eabi* | \
-  storm-chaos* | os2-emx* | rtmk-nova*)
-    os=-$maybe_os
-    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
-    ;;
-  android-linux)
-    os=-linux-android
-    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
-    ;;
-  *)
-    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
-    if [ "$basic_machine" != "$1" ]
-    then os=`echo "$1" | sed 's/.*-/-/'`
-    else os=; fi
-    ;;
+    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* | \
+	storm-chaos* | os2-emx* | rtmk-nova*)
+	os=-$maybe_os
+	basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
+	;;
+    android-linux)
+	os=-linux-android
+	basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
+	;;
+    *)
+	basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
+	case $1 in
+	    *-*)
+		os=`echo "$1" | sed 's/.*-/-/'`
+		;;
+	    *)
+		os=
+		;;
+	esac
+	;;
 esac
 
 ### Let's recognize common machines as not being operating systems so
@@ -293,6 +298,7 @@
 	| mt \
 	| msp430 \
 	| nds32 | nds32le | nds32be \
+	| nfp \
 	| nios | nios2 | nios2eb | nios2el \
 	| ns16k | ns32k \
 	| open8 | or1k | or1knd | or32 \
@@ -423,6 +429,7 @@
 	| mt-* \
 	| msp430-* \
 	| nds32-* | nds32le-* | nds32be-* \
+	| nfp-* \
 	| nios-* | nios2-* | nios2eb-* | nios2el-* \
 	| none-* | np1-* | ns16k-* | ns32k-* \
 	| open8-* \