diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-08-12 15:13:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-08-14 21:37:00 -0400 |
commit | ca98e1710e2decb724d57c29ad13537982152ac0 (patch) | |
tree | 1ada504f41a2fb442cd089ada6988809827ab8fe /config.h.in | |
parent | d427a4f8a4a57ce4211f81c0336cb1e2eb5f4eef (diff) | |
download | glibc-ca98e1710e2decb724d57c29ad13537982152ac0.tar glibc-ca98e1710e2decb724d57c29ad13537982152ac0.tar.gz glibc-ca98e1710e2decb724d57c29ad13537982152ac0.tar.bz2 glibc-ca98e1710e2decb724d57c29ad13537982152ac0.zip |
i386/x86_64: punt HAVE_CPP_ASM_DEBUGINFO
Pretty sure we require recent enough versions of gcc/binutils to make this
check pointless. I can't any logs in the last few years where this check
didn't return "yes".
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index 40b47173e1..e27e86d428 100644 --- a/config.h.in +++ b/config.h.in @@ -46,9 +46,6 @@ /* On powerpc64, use overlapping .opd entries. */ #undef USE_PPC64_OVERLAPPING_OPD -/* Define if the assembler generates debugging information directly. */ -#undef HAVE_CPP_ASM_DEBUGINFO - /* Define if _Unwind_Find_FDE should be exported from glibc. */ #undef EXPORT_UNWIND_FIND_FDE |