Add xscale-elf and xscale-coff targets.
Add xscale-elf and xscale-coff targets. (Only supported in binutils at the moment). From-SVN: r37725
This commit is contained in:
parent
7257bbc671
commit
0a534f40cc
@ -1,3 +1,8 @@
|
||||
2000-11-24 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (xscale-elf): Add target.
|
||||
(xscale-coff): Add target.
|
||||
|
||||
2000-11-22 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* ltcf-cxx.sh: Support creation of C++ shared libraries on
|
||||
|
12
configure.in
12
configure.in
@ -675,6 +675,18 @@ case "${target}" in
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
xscale-*-elf)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
xscale-*-coff)
|
||||
noconfigdirs="$noconfigdirs target-libgloss 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