mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 23:32:21 +08:00
Don't build uudecode for go32 host.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user