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-22 21:26:36 +00:00
|
|
|
sed -e '/.if alpha/,/.endif alpha/d' <$(srcdir)/weird.def | \
|
|
|
|
sed -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
|