From: Roland McGrath Date: Mon, 18 Aug 2008 09:42:25 +0000 (+0000) Subject: * configure.in (--with-cpu): Check compiler support for -march/-mcpu. X-Git-Tag: cvs/fedora-glibc-20080828T1623~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58801a0e56202ba89916c05a63a5e3c5e9769baf;p=thirdparty%2Fglibc.git * 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). --- diff --git a/ChangeLog b/ChangeLog index 8940b7e7a87..5a5c0399006 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-18 Roland McGrath + + * 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 [BZ #6845]