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
|
1993-11-14 05:35:22 +00:00
|
|
|
sed -e '/.long/.word/' <$(srcdir)/weird.def | \
|
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
|