ARM support added to libgloss
This commit is contained in:
parent
62a25ce17c
commit
11b4cf942d
|
@ -1,3 +1,8 @@
|
|||
2002-01-07 Mark Salter <msalter@redhat.com>
|
||||
|
||||
* configure.in: Remove target-bsp and target-cygmon from arm builds.
|
||||
Allow target-libgloss to be built for arm, strongarm, and xscale.
|
||||
|
||||
2002-01-03 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* MAINTAINERS: Update URL for config.* scripts.
|
||||
|
|
32
configure.in
32
configure.in
|
@ -644,18 +644,6 @@ case "${target}" in
|
|||
arm-*-pe*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
;;
|
||||
arm-*-coff*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
arm-*-elf*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
;;
|
||||
arm-*-oabi*)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
;;
|
||||
|
@ -669,28 +657,16 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
;;
|
||||
strongarm-*-elf)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
strongarm-*-coff)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
xscale-*-elf)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
xscale-*-coff)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-cygmon"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
thumb-*-pe)
|
||||
noconfigdirs="$noconfigdirs target-libgloss target-libffi"
|
||||
|
|
Loading…
Reference in New Issue