diff options
author | Roland McGrath <roland@gnu.org> | 2008-08-18 09:42:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2008-08-18 09:42:25 +0000 |
commit | 58801a0e56202ba89916c05a63a5e3c5e9769baf (patch) | |
tree | 325db5e2fb3cc43d04bdbd6a7a04e6b77ed99c10 | |
parent | 2cf9ad5752c4a5949409fd7fad986552d1bc6a99 (diff) | |
download | glibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.tar glibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.tar.gz glibc-58801a0e56202ba89916c05a63a5e3c5e9769baf.tar.bz2 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |