mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-07 13:48:21 +12:00
* config.sub: Remove do-nothing case.
This commit is contained in:
6
config.sub
vendored
6
config.sub
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user