mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-13 13:49:00 +08:00
Added target-bsp for several target architectures.
This commit is contained in:
parent
02650bd0a9
commit
3c2fe2015b
22
configure.in
22
configure.in
@ -634,6 +634,9 @@ case "${target}" in
|
||||
# CYGNUS LOCAL clm/arm-elf
|
||||
arm-*-elf*)
|
||||
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
|
||||
c4x-*-*)
|
||||
@ -659,6 +662,11 @@ case "${target}" in
|
||||
# CYGNUS LOCAL d30v
|
||||
d30v-*-*)
|
||||
;;
|
||||
fr30-*-elf*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||
fi
|
||||
;;
|
||||
h8300*-*-* | \
|
||||
h8500-*-*)
|
||||
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
|
||||
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-*-*)
|
||||
noconfigdirs="$noconfigdirs"
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
@ -753,7 +766,7 @@ case "${target}" in
|
||||
mn10300-*-*)
|
||||
noconfigdirs="$noconfigdirs"
|
||||
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
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
@ -784,6 +797,11 @@ case "${target}" in
|
||||
noconfigdirs="$noconfigdirs flexlm"
|
||||
# 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*)
|
||||
# The CVS server code doesn't work on the RS/6000
|
||||
# Newlib makes problems for libg++ in crosses.
|
||||
@ -818,7 +836,7 @@ case "${target}" in
|
||||
;;
|
||||
mipstx39-*-*)
|
||||
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
|
||||
mips64r5900-sky-elf*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user