Add filename which dje forgot to include
[binutils-gdb.git] / configure.in
index a4aebf585dbc3b252eb5a25cd8f7a3253b36c8eb..8fc1791baf919f6bec1fe13739c2039fdb68e77d 100644 (file)
@@ -64,7 +64,7 @@ target_tools="groff"
 # directories to be built in the native environment only
 #
 native_only="autoconf cvs emacs fileutils find grep groff gzip hello indent
-             ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff
+             ispell m4 rcs recode sed shellutils tar textutils tk uudecode wdiff 
             gprof"
 
 # directories to be built in a cross environment only
@@ -90,6 +90,7 @@ case "${host}" in
   mips-dec-ultrix*)       host_makefile_frag=config/mh-decstation ;;
   mips-sgi-irix4*)        host_makefile_frag=config/mh-irix4 ;;
   mips-sgi-irix3*)        host_makefile_frag=config/mh-sysv ;;
+  mips-*-sysv*)                  host_makefile_frag=config/mh-riscos ;;
   i[34]86-ncr-sysv4*)     host_makefile_frag=config/mh-ncr3000 ;;
   i[34]86-*-sco*)         host_makefile_frag=config/mh-sco ;;
   i[34]86-*-isc*)        host_makefile_frag=config/mh-sysv ;;
@@ -197,6 +198,9 @@ case "${target}" in
   mips-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;
+  sh-*-*)
+    configdirs=`echo gprof ${configdirs}`
+    ;;
   i[34]86-*-sco*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;