From 5066454ba98ba91189314344aa5f63ec11f5411a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 19 May 1999 10:24:54 +0000 Subject: [PATCH] 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. --- msdos/sed1v2.inp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp index 0aac821a5df..c29ef8d524c 100644 --- a/msdos/sed1v2.inp +++ b/msdos/sed1v2.inp @@ -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/ -- 2.39.2