diff options
author | Steve Chamberlain <sac@cygnus> | 1993-07-06 18:04:05 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-07-06 18:04:05 +0000 |
commit | 817382d1babed315d31962eaa7f63dfc5f8aa245 (patch) | |
tree | f19d0e42d1b5f26c9c41dfdd59dadcbbb93e02f6 /configure.in | |
parent | 958e954a58389de0608c918885eda20baff4e576 (diff) | |
download | gdb-817382d1babed315d31962eaa7f63dfc5f8aa245.zip gdb-817382d1babed315d31962eaa7f63dfc5f8aa245.tar.gz gdb-817382d1babed315d31962eaa7f63dfc5f8aa245.tar.bz2 |
Build gprof for sh.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6548922..1ed5fce 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//'` ;; |