dd06d920c8
instead of cpp. sed is portable and POSIX; cpp is neither.
7 lines
295 B
Mathematica
7 lines
295 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 notalpha/,/.endif notalpha/d' <$(srcdir)/weird.def | \
|
|
sed -f $(srcdir)/ecoff.sed >weird.s
|
|
$(CC) -c weird.s
|