aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-01-30 19:55:15 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-01-30 19:55:15 +0000
commit3b1004624e54cc2fefd034ff80d5dea4b6db764f (patch)
tree112496da9bdbecb1148e1bda4ee7cab7d32b7afc /ChangeLog
parentf2a7420ddb6b73993224d033fa133a9d9af5fafc (diff)
downloadglibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.zip
glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.gz
glibc-3b1004624e54cc2fefd034ff80d5dea4b6db764f.tar.bz2
Fix makefile/configure problems with sse2avx changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 333d114..9ca578f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-01-30 Joseph Myers <joseph@codesourcery.com>
+
+ * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
+ * configure: Regenerate.
+ * config.make.in (config-cflags-sse2avx): Define.
+ * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
+ Fix typo.
+
2012-01-29 Chris Metcalf <cmetcalf@tilera.com>
* scripts/config.guess: Update from upstream config git repository.