mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-16 00:27:30 +00:00
Keep new configure helpers, update conditional sanitizes
This commit is contained in:
parent
943e243ce7
commit
edda595e38
@ -167,7 +167,9 @@ complaints.h
|
||||
config
|
||||
config.in
|
||||
configure
|
||||
configure.host
|
||||
configure.in
|
||||
configure.tgt
|
||||
convex-tdep.c
|
||||
convex-xdep.c
|
||||
copying.awk
|
||||
@ -472,7 +474,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
arc_files="configure.in configure ChangeLog-95"
|
||||
arc_files="configure.tgt ChangeLog-95"
|
||||
|
||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
||||
for i in $arc_files ; do
|
||||
@ -501,7 +503,7 @@ else
|
||||
done
|
||||
fi
|
||||
|
||||
d10v_files="configure.in configure ChangeLog"
|
||||
d10v_files="configure.tgt ChangeLog"
|
||||
|
||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||
for i in $d10v_files ; do
|
||||
|
Loading…
Reference in New Issue
Block a user