about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-08-18 09:42:25 +0000
committerRoland McGrath <roland@gnu.org>2008-08-18 09:42:25 +0000
commit58801a0e56202ba89916c05a63a5e3c5e9769baf (patch)
tree325db5e2fb3cc43d04bdbd6a7a04e6b77ed99c10
parent2cf9ad5752c4a5949409fd7fad986552d1bc6a99 (diff)
downloadglibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.tar.gz
glibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.tar.xz
glibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.zip
* configure.in (--with-cpu): Check compiler support for -march/-mcpu.
	* configure: Regenerated.
	* config.make.in (cflags-cpu): New substituted variable.
	(with-cpu): Variable removed.
	* Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8940b7e7a8..5a5c039900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-18  Roland McGrath  <roland@redhat.com>
+
+	* configure.in (--with-cpu): Check compiler support for -march/-mcpu.
+	* configure: Regenerated.
+	* config.make.in (cflags-cpu): New substituted variable.
+	(with-cpu): Variable removed.
+	* Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).
+
 2008-08-14  Ryan S. Arnold  <rsa@us.ibm.com>
 
 	[BZ #6845]