mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
simplify adding gprof to sh-*-*
This commit is contained in:
parent
7e37f9ff25
commit
ccd2422106
@ -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//'`
|
||||
|
Loading…
Reference in New Issue
Block a user