aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs/ecoff.mt
blob: ceb2a99b2b17c49874a9d4b5a5dff55cda623c00 (plain)
1
2
3
4
5
6
7
# This configuration is for a gcc that uses mips-tfile. If your gcc
# uses gas, you should configure gdb --with-gnu-as.
#
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
	sed -e '/.long/.word/' <$(srcdir)/weird.def | \
	sed -f $(srcdir)/ecoff.sed >weird.s
	$(CC) -c weird.s