blob: 99951eae75b8b3e632bc8a0fe835d3794725a04c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Extra configuration fragment for LD.
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
|