diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2010-04-05 20:17:37 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-05 20:17:37 -0700 |
commit | 2e7c805d5ec1f0d2f46354bca65b1feffa7af63b (patch) | |
tree | 5ac5545e680438ec2cfa48ca34243a7a5a399e4c /Makeconfig | |
parent | afd46a4c7d49c6c7697591f931f20c745df46e49 (diff) | |
download | glibc-2e7c805d5ec1f0d2f46354bca65b1feffa7af63b.zip glibc-2e7c805d5ec1f0d2f46354bca65b1feffa7af63b.tar.gz glibc-2e7c805d5ec1f0d2f46354bca65b1feffa7af63b.tar.bz2 |
Propagate -fdebug-prefix-map from CFLAGS to ASFLAGS.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |