mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* Updated sanitization
- remove memories of old sim/testsuite/sky directory - add new dir sim/testsuite/mips64el-elf to "always-keep" list
This commit is contained in:
@ -22,13 +22,6 @@ else
|
|||||||
lose_these_too="${r5900_files} ${lose_these_too}"
|
lose_these_too="${r5900_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sky_files="sky"
|
|
||||||
if ( echo $* | grep keep\-sky > /dev/null ) ; then
|
|
||||||
keep_these_too="${sky_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${sky_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
v850e_files="v850e-elf"
|
v850e_files="v850e-elf"
|
||||||
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
|
||||||
keep_these_too="${v850e_files} ${keep_these_too}"
|
keep_these_too="${v850e_files} ${keep_these_too}"
|
||||||
@ -54,6 +47,7 @@ d10v-elf
|
|||||||
d30v-elf
|
d30v-elf
|
||||||
lib
|
lib
|
||||||
m32r-elf
|
m32r-elf
|
||||||
|
mips64el-elf
|
||||||
sim
|
sim
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
Reference in New Issue
Block a user