mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
Keep new configure helpers, update conditional sanitizes
This commit is contained in:
@ -167,7 +167,9 @@ complaints.h
|
|||||||
config
|
config
|
||||||
config.in
|
config.in
|
||||||
configure
|
configure
|
||||||
|
configure.host
|
||||||
configure.in
|
configure.in
|
||||||
|
configure.tgt
|
||||||
convex-tdep.c
|
convex-tdep.c
|
||||||
convex-xdep.c
|
convex-xdep.c
|
||||||
copying.awk
|
copying.awk
|
||||||
@ -472,7 +474,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
arc_files="configure.in configure ChangeLog-95"
|
arc_files="configure.tgt ChangeLog-95"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||||
for i in $arc_files ; do
|
for i in $arc_files ; do
|
||||||
@ -501,7 +503,7 @@ else
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d10v_files="configure.in configure ChangeLog"
|
d10v_files="configure.tgt ChangeLog"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||||
for i in $d10v_files ; do
|
for i in $d10v_files ; do
|
||||||
|
Reference in New Issue
Block a user