diff options
author | Fred Fish <fnf@specifix.com> | 1997-02-10 01:17:14 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1997-02-10 01:17:14 +0000 |
commit | 11effa691a7e2c35a80deb2983076b7432a4f065 (patch) | |
tree | 77406f0d6d49acab408f37dc777cc4595db4ba5e /ld/scripttempl | |
parent | 32dab6031296a0decf26d30400759c4575877935 (diff) | |
download | gdb-11effa691a7e2c35a80deb2983076b7432a4f065.zip gdb-11effa691a7e2c35a80deb2983076b7432a4f065.tar.gz gdb-11effa691a7e2c35a80deb2983076b7432a4f065.tar.bz2 |
* emulparams/tic80coff.sh: New (dummy) file for TIc80.
* scripttempl/tic80coff.sc: New (dummy) file for TIc80.
* Makefile.in (etic80coff.c): Add target and rule to build it.
* configure.tgt (tic80-*-coff): Set targ_emul to tic80coff.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r-- | ld/scripttempl/.Sanitize | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/scripttempl/.Sanitize b/ld/scripttempl/.Sanitize index 11a99bd..121dfac 100644 --- a/ld/scripttempl/.Sanitize +++ b/ld/scripttempl/.Sanitize @@ -23,6 +23,14 @@ else lose_these_too="${d10v_files} ${lose_these_too}" fi +tic80_files="tic80coff.sc" + +if ( echo $* | grep keep\-tic80 > /dev/null ) ; then + keep_these_too="${tic80_files} ${keep_these_too}" +else + lose_these_too="${tic80_files} ${lose_these_too}" +fi + v850_files="v850.sc" if ( echo $* | grep keep\-v850 > /dev/null ) ; then |