mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
add elfarm.sc to things to keep
This commit is contained in:
@ -29,13 +29,6 @@ else
|
|||||||
lose_these_too="${beos_files} ${lose_these_too}"
|
lose_these_too="${beos_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
armelf_files="elfarm.sc"
|
|
||||||
if ( echo $* | grep keep\-armelf > /dev/null ) ; then
|
|
||||||
keep_these_too="${armelf_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${armelf_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Do-last:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
@ -54,6 +47,7 @@ armcoff.sc
|
|||||||
delta68.sc
|
delta68.sc
|
||||||
ebmon29k.sc
|
ebmon29k.sc
|
||||||
elf.sc
|
elf.sc
|
||||||
|
elfarm.sc
|
||||||
elfd10v.sc
|
elfd10v.sc
|
||||||
elfd30v.sc
|
elfd30v.sc
|
||||||
elfppc.sc
|
elfppc.sc
|
||||||
|
Reference in New Issue
Block a user