diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 08069dbc7e..07d0877d35 100644 --- a/Makeconfig +++ b/Makeconfig @@ -720,8 +720,11 @@ endif ifndef ASFLAGS ifeq ($(have-cpp-asm-debuginfo),yes) ASFLAGS := $(filter -g%,$(CFLAGS)) +else +ASFLAGS := endif endif +ASFLAGS += $(ASFLAGS-config) +gnu-stabs = $(shell echo>&2 '*** BARF ON ME') |