From fbb99e9a4d088ba23f56773ce9bcf2e82f711f97 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Thu, 13 Aug 1998 23:12:52 +0000 Subject: [PATCH] Add armelf. --- ld/emultempl/.Sanitize | 7 +++++++ 1 file changed, 7 insertions(+) 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}" -- 2.7.4