mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
simplify adding gprof to sh-*-*
This commit is contained 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//'`
|
||||
|
||||
Reference in New Issue
Block a user