mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
Fix minor buglet.
This commit is contained in:
@ -17,7 +17,7 @@ Do-first:
|
|||||||
|
|
||||||
cygnus_files="am33.s am33.exp"
|
cygnus_files="am33.s am33.exp"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-am33 > /dev/null ) ; then
|
if ( echo $* | grep keep\-cygnus > /dev/null ) ; then
|
||||||
keep_these_too="${cygnus_files} ${keep_these_too}"
|
keep_these_too="${cygnus_files} ${keep_these_too}"
|
||||||
else
|
else
|
||||||
lose_these_too="${cygnus_files} ${lose_these_too}"
|
lose_these_too="${cygnus_files} ${lose_these_too}"
|
||||||
|
Reference in New Issue
Block a user