diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:46:59 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-03 21:46:59 -0700 |
commit | 78b984ae2c015997be860b0eedc880691d6620cf (patch) | |
tree | b82690bbedc889f9634499d56464dde0ce2b1b68 /ChangeLog | |
parent | 2d5976a58069dda271d81fdcec36de13345d77ac (diff) | |
download | glibc-78b984ae2c015997be860b0eedc880691d6620cf.tar.gz glibc-78b984ae2c015997be860b0eedc880691d6620cf.tar.xz glibc-78b984ae2c015997be860b0eedc880691d6620cf.zip |
Fix unwind.h configure check for bare environment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d31dcaab13..e3a9b4f098 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2014-07-03 Roland McGrath <roland@hack.frob.com> + * sysdeps/nptl/configure.ac (libc_cv_forced_unwind): + Use -Dinhibit_libc=1 for unwind.h check to prevent false failure + in a bare environment with no <stdlib.h> installed. + * sysdeps/nptl/configure: Regenerated. + * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>. * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than |