* 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).
This commit is contained in:
Roland McGrath 2008-08-18 09:42:25 +00:00
parent 2cf9ad5752
commit 58801a0e56

View File

@ -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]