From b680a27c6da538160e46aca8e6dc741175473c94 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 23 Feb 2012 09:30:19 +0000 Subject: [PATCH] * configure.host: Accept "arm*" host spec instead of just "arm". --- newlib/ChangeLog | 4 ++++ newlib/configure.host | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 385974d6b..e16fe1273 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2012-02-23 Dan Egnor + + * configure.host: Accept "arm*" host spec instead of just "arm". + 2012-02-21 Jeremy Bennett Alan Lehotsky Joern Rennecke diff --git a/newlib/configure.host b/newlib/configure.host index a6673af9f..dc44e8000 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -98,7 +98,7 @@ case "${host_cpu}" in arc) machine_dir= ;; - arm) + arm*) machine_dir=arm ;; avr*) @@ -367,7 +367,7 @@ case "${host}" in arc-*-*) sys_dir=arc ;; - arm-*-*) + arm*-*-*) sys_dir=arm if [ "x${newlib_may_supply_syscalls}" = "xno" ] ; then have_crt0="no" @@ -560,10 +560,10 @@ case "${host}" in arc-*-*) syscall_dir=syscalls ;; - arm-*-pe) + arm*-*-pe) syscall_dir=syscalls ;; - arm-*-*) + arm*-*-*) syscall_dir=syscalls # If newlib is supplying syscalls, select which debug protocol is being used. # ARM_RDP_MONITOR selects the Demon monitor.