1993-09-17 11:51:28 +00:00
|
|
|
# This configuration is for a gcc that uses mips-tfile. If your gcc
|
|
|
|
# uses gas, you should configure gdb --with-gnu-as.
|
|
|
|
#
|
1993-11-14 06:50:42 +00:00
|
|
|
weird.o: $(srcdir)/weird.def $(srcdir)/ecoff.sed
|
1995-01-22 06:25:50 +00:00
|
|
|
sed <$(srcdir)/weird.def -e 's/.long/.word/' | \
|
1993-11-14 06:50:42 +00:00
|
|
|
sed -f $(srcdir)/ecoff.sed >weird.s
|
1993-09-17 11:51:28 +00:00
|
|
|
$(CC) -c weird.s
|