From: Steve Chamberlain Date: Tue, 6 Jul 1993 18:04:05 +0000 (+0000) Subject: Build gprof for sh. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=817382d1babed315d31962eaa7f63dfc5f8aa245;p=binutils-gdb.git Build gprof for sh. --- diff --git a/ChangeLog b/ChangeLog index 1f02612e4a6..d71f704a37b 100644 --- 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*. diff --git a/configure.in b/configure.in index 654892243e3..1ed5fcecd5d 100644 --- a/configure.in +++ b/configure.in @@ -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//'` ;;