mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-13 02:45:02 +08:00
only keep d10velf.sh for keep-d10v
This commit is contained in:
@ -23,6 +23,14 @@ else
|
|||||||
lose_these_too="${arc_files} ${lose_these_too}"
|
lose_these_too="${arc_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
d10v_files="d10velf.sh"
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
||||||
|
keep_these_too="${d10v_files} ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="${d10v_files} ${lose_these_too}"
|
||||||
|
fi
|
||||||
|
|
||||||
d30v_files="d30velf.sh"
|
d30v_files="d30velf.sh"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
|
Reference in New Issue
Block a user