* gdb.stabs: Re-write weird.def and configuration to use sed
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / ecoff.mt
CommitLineData
26a08d15
PS
1# This configuration is for a gcc that uses mips-tfile. If your gcc
2# uses gas, you should configure gdb --with-gnu-as.
3#
aad143dc
JK
4weird.o: $(srcdir)/weird.def $(srcdir)/weird-ecoff.sed
5 sed -e '/.long/.word/' <$(srcdir)/weird.def | \
6 sed -f $(srcdir)/weird-ecoff.sed >weird.s
26a08d15 7 $(CC) -c weird.s
This page took 0.036503 seconds and 4 git commands to generate.