old-cross-binutils/gdb/testsuite/gdb.stabs/xcoff.mt
Peter Schauer 76b098d175 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
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.
1993-07-18 15:47:51 +00:00

6 lines
174 B
Mathematica

WIERDSTABS_S=wierd-xcoff.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