* mpw-xconfig.in: Remove ldemul-list.h construction, now in
generic config.
This commit is contained in:
parent
1c883f34fc
commit
83896c8b2b
@ -1,3 +1,8 @@
|
||||
Tue Jun 28 13:13:33 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-xconfig.in: Remove ldemul-list.h construction, now in
|
||||
generic config.
|
||||
|
||||
Sun Jun 12 16:56:45 1994 Stan Shebs (shebs@andros.cygnus.com)
|
||||
|
||||
* mpw-xconfig.in: Only do if target is mips-idt-ecoff.
|
||||
|
@ -1,16 +1,6 @@
|
||||
# Extra configuration fragment for LD.
|
||||
|
||||
If "{target_canonical}" =~ /mips-idt-ecoff/
|
||||
echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h
|
||||
echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h
|
||||
echo '#define EMULATION_LIST \' >>ldemul-list.h
|
||||
echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h
|
||||
echo ' 0' >>ldemul-list.h
|
||||
|
||||
Else If "{target_canonical}" =~ /mips-idt-ecoff/
|
||||
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
|
||||
End If
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user