aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>1998-08-13 23:12:52 +0000
committerCatherine Moore <clm@redhat.com>1998-08-13 23:12:52 +0000
commitfbb99e9a4d088ba23f56773ce9bcf2e82f711f97 (patch)
tree2a80da9b3c7c8da1a8c977b4f3d6a4e63636e999 /ld
parent98b5b2d6d3a69fe88fcb0ebd50bd6fd5c12bd1e4 (diff)
downloadgdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.zip
gdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.tar.gz
gdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.tar.bz2
Add armelf.
Diffstat (limited to 'ld')
-rw-r--r--ld/emultempl/.Sanitize7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/emultempl/.Sanitize b/ld/emultempl/.Sanitize
index 530ad84..38bc998 100644
--- a/ld/emultempl/.Sanitize
+++ b/ld/emultempl/.Sanitize
@@ -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}"