Use -gcoff instead of -g in CFLAGS, for those who

have GCC configured by default to use stabs, which unexec.c
doesn't currently support.
This commit is contained in:
Eli Zaretskii 1999-05-19 10:24:54 +00:00
parent 3c307b904a
commit 5066454ba9

View file

@ -13,7 +13,7 @@ s/\.h\.in/.h-in/
/^VPATH *=/s/@[^@\n]*@/./
/^CC *=/s/@[^@\n]*@/gcc/
/^CPP *=/s/@[^@\n]*@/gcc -e/
/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
/^CFLAGS *=/s/@[^@\n]*@/-O2 -gcoff/
/^CPPFLAGS *=/s/@[^@\n]*@//
/^LDFLAGS *=/s/@[^@\n]*@//
/^LN_S *=/s/@[^@\n]*@/ln -s/