* config.sub: Remove do-nothing case.

This commit is contained in:
Ben Elliston 2018-05-12 11:20:45 +10:00
parent 2f8d0c496f
commit c34561d03c
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2018-05-12 Ben Elliston <bje@gnu.org>
* config.sub: Remove do-nothing case.
2018-05-05 Ben Elliston <bje@gnu.org> 2018-05-05 Ben Elliston <bje@gnu.org>
* config.sub: Simplify an if expression. * config.sub: Simplify an if expression.

6
config.sub vendored
View File

@ -2,7 +2,7 @@
# Configuration validation subroutine script. # Configuration validation subroutine script.
# Copyright 1992-2018 Free Software Foundation, Inc. # 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 # 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 # under the terms of the GNU General Public License as published by
@ -1551,10 +1551,6 @@ case $os in
-none) -none)
;; ;;
-*-eabi) -*-eabi)
case $basic_machine in
arm*)
;;
esac
;; ;;
*) *)
# Get rid of the `-' at the beginning of $os. # Get rid of the `-' at the beginning of $os.