aboutsummaryrefslogtreecommitdiff
path: root/ld/mpw-xconfig.in
blob: 0ae73ca2042527a649787444ce069ade2d0c5b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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

	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