From: Mark Salter Date: Tue, 15 Dec 1998 14:31:26 +0000 (+0000) Subject: Added target-bsp for several target architectures. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c2fe2015b5237a83c233250695a8cbc88b27d02;p=binutils-gdb.git Added target-bsp for several target architectures. --- diff --git a/configure.in b/configure.in index 7629ba883f2..1ed849ac5a2 100644 --- a/configure.in +++ b/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*)