projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e37f9f
)
simplify adding gprof to sh-*-*
author
David D. Zuhn
<zoo@cygnus>
Tue, 6 Jul 1993 22:00:57 +0000
(22:00 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Tue, 6 Jul 1993 22:00:57 +0000
(22:00 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1ed5fce
..
8fc1791
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-199,7
+199,7
@@
case "${target}" in
configdirs=`echo ${configdirs} | sed -e 's/gprof//'`
;;
sh-*-*)
- configdirs=`echo
${configdirs} | sed -e 's/ld/ld gprof/'
`
+ configdirs=`echo
gprof ${configdirs}
`
;;
i[34]86-*-sco*)
configdirs=`echo ${configdirs} | sed -e 's/gprof//'`