mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
76b098d175
to make the stabs test work on ecoff systems using gcc and -with-stabs. * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to enable ecoff configuration.
7 lines
173 B
Mathematica
7 lines
173 B
Mathematica
WIERDSTABS_S=wierd-aout.S
|
|
|
|
wierd.o: ${srcdir}/${WIERDSTABS_S} ${srcdir}/wierd.def
|
|
cp ${srcdir}/${WIERDSTABS_S} tmp.c
|
|
$(CC) -I${srcdir} -E tmp.c >wierd.s
|
|
$(CC) -c wierd.s
|