diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:01:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:01:48 +0000 |
commit | bf82ab683098f033057be9e51ca2e2f52ad16efc (patch) | |
tree | bdc1e5a3e6247cbc04530a6a287eb5f8a761108d /ld/config/sparc-lynx.mt | |
parent | 08f20f66c47373f4e0eb2771764f37a8abe10e6b (diff) | |
download | gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.zip gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.tar.gz gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.tar.bz2 |
* Makefile.in: Rebuilt dependencies.
(ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
eelf64_sparc.o. Remove $(OTHER_EMULATIONS).
(ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
* config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
(ei386linux.c): Remove; now in Makefile.in.
* config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
(eelf64_sparc.c): Remove; now in Makefile.in.
* config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
(eelf32_sparc.c): Remove; now in Makefile.in.
Diffstat (limited to 'ld/config/sparc-lynx.mt')
-rw-r--r-- | ld/config/sparc-lynx.mt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/config/sparc-lynx.mt b/ld/config/sparc-lynx.mt index 996be0b..49ad557 100644 --- a/ld/config/sparc-lynx.mt +++ b/ld/config/sparc-lynx.mt @@ -1,2 +1 @@ EMUL=sparclynx -OTHER_EMULATIONS=esparclynx.o |