summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-06-04 21:41:25 +0000
committerUlrich Drepper <drepper@redhat.com>2003-06-04 21:41:25 +0000
commit35915ec87be2468d9c427ab878faec3b2d81b2bb (patch)
tree4e8ead45141d3b5b8ec6226d03a067476e79bf16 /Makeconfig
parent29d9e2fd2c19b758998a65ade92180d03fed4cae (diff)
Regenerated.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
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')