mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* config.sub (oabi): Recognize.
* configure.in (arm-*-oabi): Handle. (thumb-*-oabi): Handle.
This commit is contained in:
11
configure.in
11
configure.in
@ -631,14 +631,18 @@ case "${target}" in
|
|||||||
arm-*-coff*)
|
arm-*-coff*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
# CYGNUS LOCAL clm/arm-elf
|
|
||||||
arm-*-elf*)
|
arm-*-elf*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
arm-*-oabi*)
|
||||||
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
c4x-*-*)
|
c4x-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
||||||
;;
|
;;
|
||||||
@ -649,6 +653,9 @@ case "${target}" in
|
|||||||
thumb-*-elf)
|
thumb-*-elf)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
thumb-*-oabi)
|
||||||
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
;;
|
||||||
# END CYGNUS LOCAL
|
# END CYGNUS LOCAL
|
||||||
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
|
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
Reference in New Issue
Block a user