]> Git Repo - binutils.git/blob - gdb/testsuite/gdb.stabs/ecoff.mt
Change wierd to weird
[binutils.git] / gdb / testsuite / gdb.stabs / ecoff.mt
1 # The mips as doesn't grok #line directives, suppress them via -P during
2 # preprocessing.
3 # The sed script removes blanks that mips-tfile doesn't like,
4 # embedds stabs in comments and changes .long to .word
5 #
6 WEIRDSTABS_S=weird-ecoff.S
7 # Only gcc knows about stabs-in-ecoff
8 STABSCC=gcc
9
10 weird.o: ${srcdir}/${WEIRDSTABS_S} ${srcdir}/weird.def ${srcdir}/weird-ecoff.sed
11         cp ${srcdir}/${WEIRDSTABS_S} tmp.c
12         $(STABSCC) -I${srcdir} -E -P tmp.c >tmp.s
13         sed -f ${srcdir}/weird-ecoff.sed <tmp.s >weird.s
14         $(STABSCC) -c weird.s
This page took 0.024705 seconds and 4 git commands to generate.