diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-10 09:10:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-10 09:10:43 +0000 |
commit | 073e82bfaeeb5624b2c85012a5582a1308ddae05 (patch) | |
tree | aba52ca1e4971cceca20f86d36cc2f888b936ffb /config.make.in | |
parent | 9921a880001f11280c8e165310ce8f65eecd5a42 (diff) | |
download | glibc-073e82bfaeeb5624b2c85012a5582a1308ddae05.tar.gz |
2003-03-10 Roland McGrath <roland@redhat.com>
* configure.in: New check for -g on .S files.
* configure: Regenerated.
* config.make.in (have-cpp-asm-debuginfo): New variable.
* config.h.in (HAVE_CPP_ASM_DEBUGINFO): New #undef.
* Makeconfig (ASFLAGS): New variable, if undefined and
$(have-cpp-asm-debuginfo), take options matching -g% from $(CFLAGS).
* Makerules (compile.S, COMPILE.S): Use $(ASFLAGS).
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index ed0ad416a2..da6bb5cf4d 100644 --- a/config.make.in +++ b/config.make.in @@ -50,6 +50,7 @@ with-cvs = @with_cvs@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ have-initfini-array = @libc_cv_initfinit_array@ +have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ static-libgcc = @libc_cv_gcc_static_libgcc@ |