diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makeconfig b/Makeconfig index 15cd4caad5..cd77fe16b8 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009 +# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009,2010 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -780,7 +780,7 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS ifeq ($(have-cpp-asm-debuginfo),yes) -ASFLAGS := $(filter -g%,$(CFLAGS)) +ASFLAGS := $(filter -g% -fdebug-prefix-map=%,$(CFLAGS)) else ASFLAGS := endif |