From e23666f63e32d6eeed742acf41b6df8ffea5c53c Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 7 Jan 2021 17:40:00 +0300 Subject: [PATCH] update config.guess and config.sub from mainstream. --- build-scripts/config.guess | 4 ++-- build-scripts/config.sub | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build-scripts/config.guess b/build-scripts/config.guess index fdfca6b3f..0fd7aa846 100755 --- a/build-scripts/config.guess +++ b/build-scripts/config.guess @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2020 Free Software Foundation, Inc. +# Copyright 1992-2021 Free Software Foundation, Inc. -timestamp='2020-12-31' +timestamp='2021-01-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 diff --git a/build-scripts/config.sub b/build-scripts/config.sub index 1c2213228..8dfc0b994 100755 --- a/build-scripts/config.sub +++ b/build-scripts/config.sub @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2020 Free Software Foundation, Inc. +# Copyright 1992-2021 Free Software Foundation, Inc. -timestamp='2020-12-31' +timestamp='2021-01-07' # 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 @@ -1687,7 +1687,7 @@ case $os in musl* | newlib* | uclibc*) ;; # Likewise for "kernel-libc" - eabi | eabihf | gnueabi | gnueabihf) + eabi* | gnueabi*) ;; # Now accept the basic system types. # The portable systems comes first.