b628899288678451a6efbad0b09f99c317844067
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.stabs / alpha.mt
1 # This configuration is for a gcc that uses mips-tfile. If your gcc
2 # uses gas, you should configure gdb --with-gnu-as.
3 #
4 # The alpha as doesn't grok #line directives, suppress them via -P during
5 # preprocessing.
6 # The sed script removes blanks that mips-tfile doesn't like and
7 # embedds stabs in comments.
8 #
9 WEIRDSTABS_S=weird-ecoff.S
10
11 weird.o: ${srcdir}/${WEIRDSTABS_S} ${srcdir}/weird.def ${srcdir}/weird-ecoff.sed
12 cp ${srcdir}/${WEIRDSTABS_S} tmp.c
13 $(CC) -I${srcdir} -E -P -DTARGET_IS_ALPHA tmp.c >tmp.s
14 sed -f ${srcdir}/weird-ecoff.sed <tmp.s >weird.s
15 $(CC) -c weird.s
This page took 0.029169 seconds and 3 git commands to generate.