Build gprof for sh.
authorSteve Chamberlain <sac@cygnus>
Tue, 6 Jul 1993 18:04:05 +0000 (18:04 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 6 Jul 1993 18:04:05 +0000 (18:04 +0000)
ChangeLog
configure.in

index 1f02612e4a60ee38b78a860fcd4274c998cf1216..d71f704a37b9725c2f9d27852de64469712b106c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
+
+       * configure.in (target sh): Build gprof.
+
+Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * config.sub: change -solaris to -solaris2
+
 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * configure.in: Use config/mh-riscos for mips-*-sysv*.
index 654892243e302167466c8c2c8be66b742238e354..1ed5fcecd5d15fe5434fa96a557c005f647509ee 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
@@ -198,6 +198,9 @@ case "${target}" in
   mips-*-*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;
+  sh-*-*)
+    configdirs=`echo ${configdirs} | sed -e 's/ld/ld gprof/'`
+    ;;
   i[34]86-*-sco*)
     configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
     ;;