Change wierd to weird
[deliverable/binutils-gdb.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.030776 seconds and 5 git commands to generate.