mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
09305cbdfc
* gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed .stabs directives in comments.
9 lines
318 B
Mathematica
9 lines
318 B
Mathematica
# 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 '/.if alpha/,/.endif alpha/d' <$(srcdir)/weird.def | \
|
|
sed -e 's/.long/.word/' | \
|
|
sed -f $(srcdir)/ecoff.sed >weird.s
|
|
$(CC) -c weird.s
|