diff options
-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 |