mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
*** empty log message ***
This commit is contained in:
@ -210,7 +210,7 @@ fi
|
||||
r16_files = "config.sub"
|
||||
|
||||
if ( echo $* | grep keep\-r16 > /dev/null ) ; then
|
||||
for i in r16_files ; do
|
||||
for i in $r16_files ; do
|
||||
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Keeping r16 stuff in $i
|
||||
@ -218,7 +218,7 @@ if ( echo $* | grep keep\-r16 > /dev/null ) ; then
|
||||
fi
|
||||
done
|
||||
else
|
||||
for i in r16_files ; do
|
||||
for i in $r16_files ; do
|
||||
if test ! -d $i && (grep sanitize-r16 $i > /dev/null) ; then
|
||||
if [ -n "${verbose}" ] ; then
|
||||
echo Removing traces of \"r16\" from $i...
|
||||
|
Reference in New Issue
Block a user