From: Nick Clifton Date: Wed, 23 Jan 2002 16:40:51 +0000 (+0000) Subject: Import StrongARM and XScale target_configdirs from FSF GCC version. X-Git-Tag: binutils-2_12-branchpoint~305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1319fb9c009c2da39dd58a398eec1cb4822feb73;p=external%2Fbinutils.git Import StrongARM and XScale target_configdirs from FSF GCC version. --- diff --git a/ChangeLog b/ChangeLog index 466b6a8..da93bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-01-23 Nick Clifton + + * configure.in: Import StrongARM and XScale target_configdirs from + FSF GCC version. + 2002-01-16 H.J. Lu (hjl@gnu.org) * config.guess: Import from master sources, rev 1.225. diff --git a/configure.in b/configure.in index c983f7d..75bf463 100644 --- a/configure.in +++ b/configure.in @@ -658,15 +658,27 @@ case "${target}" in ;; strongarm-*-elf) noconfigdirs="$noconfigdirs target-libffi" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-cygmon" + fi ;; strongarm-*-coff) noconfigdirs="$noconfigdirs target-libffi" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-cygmon" + fi ;; xscale-*-elf) noconfigdirs="$noconfigdirs target-libffi" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-cygmon" + fi ;; xscale-*-coff) noconfigdirs="$noconfigdirs target-libffi" + if [ x${is_cross_compiler} != xno ] ; then + target_configdirs="${target_configdirs} target-bsp target-cygmon" + fi ;; thumb-*-pe) noconfigdirs="$noconfigdirs target-libgloss target-libffi"