Initial arc-elf support.

This commit is contained in:
David Edelsohn 1994-12-14 00:44:50 +00:00
parent b8b78f950d
commit 070ac72796
3 changed files with 17 additions and 0 deletions

View file

@ -15,6 +15,14 @@
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

1
ld/config/arc-elf.mt Normal file
View file

@ -0,0 +1 @@
EMUL=arcelf

View file

@ -15,6 +15,14 @@
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