mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-07 05:38:22 +12:00
* config.sub (arm*-*-none-eabi): Recognise.
Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:

committed by
Ben Elliston

parent
65463c5913
commit
09df750b99
6
config.sub
vendored
6
config.sub
vendored
@ -1550,6 +1550,12 @@ case $os in
|
||||
;;
|
||||
-none)
|
||||
;;
|
||||
-*-eabi)
|
||||
case $basic_machine in
|
||||
arm*)
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
# Get rid of the `-' at the beginning of $os.
|
||||
os=`echo $os | sed 's/[^-]*-//'`
|
||||
|
Reference in New Issue
Block a user