mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Added target-bsp for several target architectures.
This commit is contained in:
22
configure.in
22
configure.in
@ -634,6 +634,9 @@ case "${target}" in
|
|||||||
# CYGNUS LOCAL clm/arm-elf
|
# CYGNUS LOCAL clm/arm-elf
|
||||||
arm-*-elf*)
|
arm-*-elf*)
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-libgloss"
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
# END CYGNUS LOCAL
|
# END CYGNUS LOCAL
|
||||||
c4x-*-*)
|
c4x-*-*)
|
||||||
@ -659,6 +662,11 @@ case "${target}" in
|
|||||||
# CYGNUS LOCAL d30v
|
# CYGNUS LOCAL d30v
|
||||||
d30v-*-*)
|
d30v-*-*)
|
||||||
;;
|
;;
|
||||||
|
fr30-*-elf*)
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
h8300*-*-* | \
|
h8300*-*-* | \
|
||||||
h8500-*-*)
|
h8500-*-*)
|
||||||
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio target-librx target-libgloss"
|
||||||
@ -744,6 +752,11 @@ case "${target}" in
|
|||||||
# but that's okay since emacs doesn't work anyway
|
# but that's okay since emacs doesn't work anyway
|
||||||
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
|
noconfigdirs="$noconfigdirs emacs emacs19 target-libgloss"
|
||||||
;;
|
;;
|
||||||
|
m68k-*-*)
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
mn10200-*-*)
|
mn10200-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
@ -753,7 +766,7 @@ case "${target}" in
|
|||||||
mn10300-*-*)
|
mn10300-*-*)
|
||||||
noconfigdirs="$noconfigdirs"
|
noconfigdirs="$noconfigdirs"
|
||||||
if [ x${is_cross_compiler} != xno ] ; then
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
@ -784,6 +797,11 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs flexlm"
|
noconfigdirs="$noconfigdirs flexlm"
|
||||||
# end-sanitize-cygnus
|
# end-sanitize-cygnus
|
||||||
;;
|
;;
|
||||||
|
powerpc-*-eabi)
|
||||||
|
if [ x${is_cross_compiler} != xno ] ; then
|
||||||
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
|
fi
|
||||||
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
# Newlib makes problems for libg++ in crosses.
|
# Newlib makes problems for libg++ in crosses.
|
||||||
@ -818,7 +836,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
mipstx39-*-*)
|
mipstx39-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof" # same as generic mips
|
noconfigdirs="$noconfigdirs gprof" # same as generic mips
|
||||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||||
;;
|
;;
|
||||||
# start-sanitize-sky
|
# start-sanitize-sky
|
||||||
mips64r5900-sky-elf*)
|
mips64r5900-sky-elf*)
|
||||||
|
Reference in New Issue
Block a user