mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-14 15:50:34 +00:00
Add armelf.
This commit is contained in:
parent
98b5b2d6d3
commit
fbb99e9a4d
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user