From 6551399088ae065e0f3c1c0b2be687652eacb561 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 15 Sep 2012 13:08:45 -0700 Subject: Remove $(have-cpp-asm-debuginfo) check --- Makeconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 3ed9746dcc..8d4f7b4404 100644 --- a/Makeconfig +++ b/Makeconfig @@ -801,11 +801,7 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS -ifeq ($(have-cpp-asm-debuginfo),yes) ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS)) -else -ASFLAGS := -endif endif ASFLAGS += $(ASFLAGS-config) $(asflags-cpu) -- cgit 1.4.1