From 2ceaa76abd0414f8d935bdf3b7a6218dc20f2f4e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 8 Nov 2005 01:21:32 +0000 Subject: * configure.in: Grok --with-cpu=CPU option. If given, search for sysdeps/.../machine/CPU subdirs, and give error if none are found. * configure: Regenerated. * config.make.in (with-cpu): New substituted variable. * Makeconfig (+cflags): Add -mcpu=$(with-cpu) if set. --- config.make.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config.make.in') diff --git a/config.make.in b/config.make.in index 85d90bc..748ea96 100644 --- a/config.make.in +++ b/config.make.in @@ -31,6 +31,7 @@ base-machine = @base_machine@ config-vendor = @host_vendor@ config-os = @host_os@ config-sysdirs = @sysnames@ +with-cpu = @submachine@ defines = @DEFINES@ sysincludes = @SYSINCLUDES@ -- cgit v1.1