From 2cf9ad5752c4a5949409fd7fad986552d1bc6a99 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Aug 2008 09:42:17 +0000 Subject: 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). --- config.make.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 3fd0abc..aa73466 100644 --- a/config.make.in +++ b/config.make.in @@ -31,7 +31,7 @@ base-machine = @base_machine@ config-vendor = @host_vendor@ config-os = @host_os@ config-sysdirs = @sysnames@ -with-cpu = @submachine@ +cflags-cpu = @libc_cv_cc_submachine@ defines = @DEFINES@ sysincludes = @SYSINCLUDES@ -- cgit v1.1