From c34561d03c03109e37162e189105950aed20f16b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 12 May 2018 11:20:45 +1000 Subject: [PATCH] * config.sub: Remove do-nothing case. --- ChangeLog | 4 ++++ config.sub | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7295df3..546da77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-05-12 Ben Elliston + + * config.sub: Remove do-nothing case. + 2018-05-05 Ben Elliston * config.sub: Simplify an if expression. diff --git a/config.sub b/config.sub index 0a518c3..98835b4 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-05-11' +timestamp='2018-05-12' # 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 @@ -1551,10 +1551,6 @@ case $os in -none) ;; -*-eabi) - case $basic_machine in - arm*) - ;; - esac ;; *) # Get rid of the `-' at the beginning of $os.