diff options
author | Catherine Moore <clm@redhat.com> | 1998-08-13 23:12:52 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-08-13 23:12:52 +0000 |
commit | fbb99e9a4d088ba23f56773ce9bcf2e82f711f97 (patch) | |
tree | 2a80da9b3c7c8da1a8c977b4f3d6a4e63636e999 /ld | |
parent | 98b5b2d6d3a69fe88fcb0ebd50bd6fd5c12bd1e4 (diff) | |
download | fsf-binutils-gdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.zip fsf-binutils-gdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.tar.gz fsf-binutils-gdb-fbb99e9a4d088ba23f56773ce9bcf2e82f711f97.tar.bz2 |
Add armelf.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emultempl/.Sanitize | 7 |
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}" |