diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 19:15:10 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 19:15:10 +0000 |
commit | ddde2a14a7660e09dc86fe17d64e3e83547968a9 (patch) | |
tree | ac7487dccf28ee61fd582c9a27de048cd84695ec /ld | |
parent | 764eb34944b414ea09b6ac6da5daa223a9a668b0 (diff) | |
download | fsf-binutils-gdb-ddde2a14a7660e09dc86fe17d64e3e83547968a9.zip fsf-binutils-gdb-ddde2a14a7660e09dc86fe17d64e3e83547968a9.tar.gz fsf-binutils-gdb-ddde2a14a7660e09dc86fe17d64e3e83547968a9.tar.bz2 |
Mon Feb 28 11:09:48 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in (emulname): Define.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog.gm | 4 | ||||
-rw-r--r-- | ld/mpw-xconfig.in | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog.gm b/ld/ChangeLog.gm index 60d9df2..a380b95 100644 --- a/ld/ChangeLog.gm +++ b/ld/ChangeLog.gm @@ -1,3 +1,7 @@ +Mon Feb 28 11:09:48 1994 Stan Shebs (shebs@andros.cygnus.com) + + * mpw-xconfig.in (emulname): Define. + Tue Jan 25 20:01:55 1994 Stan Shebs (shebs@andros.cygnus.com) * mpw-xconfig.in: New file, mpw x mips configuration fragment. diff --git a/ld/mpw-xconfig.in b/ld/mpw-xconfig.in index 2505db0..99951ea 100644 --- a/ld/mpw-xconfig.in +++ b/ld/mpw-xconfig.in @@ -7,3 +7,8 @@ echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h echo ' 0' >>ldemul-list.h forward-include "{srcdir}"mpw-em.c em_mipsidt.c + +# Set the name of the default emulation - this will get pasted into +# the Makefile. + +Set emulname mipsidt |