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