From: Karl Berry Date: Fri, 24 Nov 2017 16:24:41 +0000 (-0800) Subject: autoupdate X-Git-Tag: v1.0~5815 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b86c332541eb5f2e9de073cbde4c8bb9776497d9;p=gnulib.git autoupdate --- diff --git a/build-aux/config.sub b/build-aux/config.sub index fb57947869..00f68b8e5f 100755 --- a/build-aux/config.sub +++ b/build-aux/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-11-04' +timestamp='2017-11-23' # 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 @@ -1546,6 +1546,19 @@ case $os in -dicos*) os=-dicos ;; + -pikeos*) + # Until real need of OS specific support for + # particular features comes up, bare metal + # configurations are quite functional. + case $basic_machine in + arm*) + os=-eabi + ;; + *) + os=-elf + ;; + esac + ;; -nacl*) ;; -ios)