diff options
author | Catherine Moore <clm@redhat.com> | 1998-08-27 20:39:21 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 1998-08-27 20:39:21 +0000 |
commit | 4be26f9d58e8da648c2ba776f8a5195177fb1384 (patch) | |
tree | 99b3e62188d15d0439c6833cf690444941da3492 /ld/emultempl | |
parent | 9d811c214120e1a319967b337f5a807ea3e86d58 (diff) | |
download | gdb-4be26f9d58e8da648c2ba776f8a5195177fb1384.zip gdb-4be26f9d58e8da648c2ba776f8a5195177fb1384.tar.gz gdb-4be26f9d58e8da648c2ba776f8a5195177fb1384.tar.bz2 |
add armelf.em to things to keep.
Diffstat (limited to 'ld/emultempl')
-rw-r--r-- | ld/emultempl/.Sanitize | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ld/emultempl/.Sanitize b/ld/emultempl/.Sanitize index ffb42b2..49e5b4b 100644 --- a/ld/emultempl/.Sanitize +++ b/ld/emultempl/.Sanitize @@ -15,12 +15,6 @@ 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 @@ -41,6 +35,7 @@ Things-to-keep: README aix.em armcoff.em +armelf.em elf32.em generic.em gld960.em |