about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-03 21:46:59 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-03 21:46:59 -0700
commit78b984ae2c015997be860b0eedc880691d6620cf (patch)
treeb82690bbedc889f9634499d56464dde0ce2b1b68 /ChangeLog
parent2d5976a58069dda271d81fdcec36de13345d77ac (diff)
downloadglibc-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--ChangeLog5
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