Initial arc-elf support.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 14 Dec 1994 00:44:50 +0000 (00:44 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Wed, 14 Dec 1994 00:44:50 +0000 (00:44 +0000)
ld/config/.Sanitize
ld/config/arc-elf.mt [new file with mode: 0644]
ld/emulparams/.Sanitize

index 47ae500998f4aa486a2095e1e039e7189ff53f06..f9b7e8959fee2ab8c2e21cc957a97408686a47c6 100644 (file)
 
 Do-first:
 
+arc_files="arc-elf.mt"
+
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="${arc_files} ${keep_these_too}"
+else
+       lose_these_too="${arc_files} ${lose_these_too}"
+fi
+
 rce_files="rce-aout.mt"
 
 if ( echo $* | grep keep\-rce > /dev/null ) ; then
diff --git a/ld/config/arc-elf.mt b/ld/config/arc-elf.mt
new file mode 100644 (file)
index 0000000..474217d
--- /dev/null
@@ -0,0 +1 @@
+EMUL=arcelf
index fb1c82a598744134c81ca782e0caa853798c0465..388c8befb7a02df26d633e7054613fce7be64e22 100644 (file)
 
 Do-first:
 
+arc_files="arcelf.sh"
+
+if ( echo $* | grep keep\-arc > /dev/null ) ; then
+       keep_these_too="${arc_files} ${keep_these_too}"
+else
+       lose_these_too="${arc_files} ${lose_these_too}"
+fi
+
 rce_files="rce.sh"
 
 if ( echo $* | grep keep\-rce > /dev/null ) ; then