mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Fix typo in last change.
This commit is contained in:
@ -222,7 +222,7 @@ case "${target}" in
|
|||||||
# add the go32 support tools to the list
|
# add the go32 support tools to the list
|
||||||
# but don't build gdb
|
# but don't build gdb
|
||||||
configdirs=`echo go32 ${configdirs}`
|
configdirs=`echo go32 ${configdirs}`
|
||||||
noconfigdis="$noconfigdirs gdb"
|
noconfigdirs="$noconfigdirs gdb"
|
||||||
;;
|
;;
|
||||||
i[34]86-*-sco*)
|
i[34]86-*-sco*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
noconfigdirs="$noconfigdirs gprof"
|
||||||
|
Reference in New Issue
Block a user