mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
Don't build uudecode for go32 host.
This commit is contained in:
parent
9fd2cc00be
commit
dc2d3554ea
@ -153,6 +153,7 @@ case "${host}" in
|
||||
configdirs=`echo ${configdirs} | sed -e 's/make//;s/texinfo//'`
|
||||
configdirs=`echo ${configdirs} | sed -e 's/patch//;s/flex//;s/byacc//'`
|
||||
configdirs=`echo ${configdirs} | sed -e 's/send-pr//;s/gprof//'`
|
||||
configdirs=`echo ${configdirs} | sed -e 's/uudecode//'`
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user