From b86c332541eb5f2e9de073cbde4c8bb9776497d9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 24 Nov 2017 08:24:41 -0800 Subject: [PATCH] autoupdate --- build-aux/config.sub | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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) -- 2.39.5