Fix typo TM_PRINT_INSN_INFO -> TARGET_PRINT_INSN_INFO
[deliverable/binutils-gdb.git] / configure.in
index cdb4d8da5689c69afd225b57073606c6b5041c5d..7629ba883f2442c6ab9d846cfe2097ed17eb36bb 100644 (file)
@@ -56,7 +56,7 @@ fi
 # these tools are built for the host environment
 # Note, the powerpc-eabi build depends on sim occurring before gdb in order to
 # know that we are building the simulator.
-host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext"
+host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip"
 # start-sanitize-ide
 host_tools="${host_tools} ilu vmake jstools"
 # end-sanitize-ide
@@ -347,6 +347,9 @@ case "${target}" in
   mips64r59*-sky-elf*)
     target_makefile_frag="${target_makefile_frag} config/mt-r5900 config/mt-sky"
     ;;
+  mips64*-skyb-*)
+    target_makefile_frag="${target_makefile_frag} config/mt-r5900 config/mt-skyb"
+    ;;
 # end-sanitize-sky
 # start-sanitize-r5900
   mips64r59*)
@@ -365,8 +368,8 @@ case "${enable_target_optspace}:${target}" in
   yes:*)
     target_makefile_frag="${target_makefile_frag} config/mt-ospace"
     ;;
-  # CYGNUS LOCAL d10v, d30v
-  :m32r-* | :d10v-* | :d30v-*)
+  # CYGNUS LOCAL d10v, d30v, fr30
+  :m32r-* | :d10v-* | :d30v-* | :fr30-*)
     target_makefile_frag="${target_makefile_frag} config/mt-ospace"
     ;;
   no:* | :*)
@@ -529,7 +532,7 @@ case "${host}" in
        i[3456]86-*-mingw32*)
          configdirs="$configdirs dosrel" ;;
        *-cygwin*)
-         configdirs="$configdirs dosrel" ;;
+         configdirs="$configdirs libtermcap dosrel" ;;
 esac
 
 # Remove more programs from consideration, based on the host or 
@@ -822,6 +825,12 @@ case "${target}" in
     noconfigdirs="$noconfigdirs gprof"
     extraconfigdirs="$extraconfigdirs gas,dvp-gas,dvp-elf"
     ;;
+  mips*-skyb-elf*)
+    noconfigdirs="$noconfigdirs gprof" # gcc
+    noconfigdirs="$noconfigdirs target-libiberty" # target-newlib
+    noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio"
+    extraconfigdirs="$extraconfigdirs gas,dvp-gas,dvp-elf"
+    ;;
 # end-sanitize-sky
   mips*-*-*)
     noconfigdirs="$noconfigdirs gprof"
@@ -865,7 +874,7 @@ case "${target}" in
     noconfigdirs="$noconfigdirs gcc gdb sim"
     noconfigdirs="$noconfigdirs itcl libgui tk tix"
     noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty"
-    noconfigdirs="$noconfigdirs target-librx target-libg++ target-libstdc++ target-libio"
+    noconfigdirs="$noconfigdirs target-libg++ target-libstdc++ target-libio"
     ;;
 # end-sanitize-sky
   v810-*-*)
This page took 0.024459 seconds and 4 git commands to generate.