mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08: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