[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070814212329.GQ18945@stusta.de>
Date: Tue, 14 Aug 2007 23:23:29 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Roland McGrath <roland@...hat.com>
Cc: linux-kernel@...r.kernel.org, Sam Ravnborg <sam@...nborg.org>
Subject: [-mm patch] AFLAGS: fix the -g setting
It's -gdwarf-2, not -gdwarf2. With this fix it can actually work.
And since even gcc 3.2 supports -gdwarf-2 there's no reason for checking
with as-option.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
6ab1091b06e762635430b452f82a474890bda230
diff --git a/Makefile b/Makefile
index 5b0d58c..accfdc4 100644
--- a/Makefile
+++ b/Makefile
@@ -504,7 +504,7 @@ endif
ifdef CONFIG_DEBUG_INFO
CFLAGS += -g
-AFLAGS += $(call as-option, -gdwarf2)
+AFLAGS += -gdwarf-2
endif
# Force gcc to behave correct even for buggy distributions
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists