summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-15 13:08:45 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-15 13:08:45 -0700
commit6551399088ae065e0f3c1c0b2be687652eacb561 (patch)
tree182ba1bcc511c88d02cc16f2a1d0475bbe49e8fe /Makeconfig
parent97bc38d7a55befa5353bc04caff4329b7778bc84 (diff)
Remove $(have-cpp-asm-debuginfo) check
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig4
1 files changed, 0 insertions, 4 deletions
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)