mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
Import StrongARM and XScale target_configdirs from FSF GCC version.
This commit is contained in:
parent
8b53311e10
commit
1319fb9c00
@ -1,3 +1,8 @@
|
||||
2002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* 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.
|
||||
|
12
configure.in
12
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"
|
||||
|
Loading…
Reference in New Issue
Block a user