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:
parent
3c307b904a
commit
5066454ba9
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue