mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
Add armelf.
This commit is contained in:
@ -15,6 +15,13 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
armelf_files="armelf.em"
|
||||||
|
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
|
||||||
|
|
||||||
beos_files="beos.em"
|
beos_files="beos.em"
|
||||||
if ( echo $* | grep keep\-beos > /dev/null ) ; then
|
if ( echo $* | grep keep\-beos > /dev/null ) ; then
|
||||||
keep_these_too="${beos_files} ${keep_these_too}"
|
keep_these_too="${beos_files} ${keep_these_too}"
|
||||||
|
Reference in New Issue
Block a user