* configure.in (--with-cpu): Check compiler support for -march/-mcpu.
authorRoland McGrath <roland@gnu.org>
Mon, 18 Aug 2008 09:42:25 +0000 (09:42 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Aug 2008 09:42:25 +0000 (09:42 +0000)
* configure: Regenerated.
* config.make.in (cflags-cpu): New substituted variable.
(with-cpu): Variable removed.
* Makeconfig (+cflags): Use $(cflags-cpu), not $(with-cpu).

ChangeLog

index 8940b7e..5a5c039 100644 (file)
--- 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]