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. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index b280aa5adb..97f74f7e1f 100644 --- a/Makeconfig +++ b/Makeconfig @@ -611,7 +611,7 @@ ifeq "$(strip $(+cflags))" "" +cflags := $(default_cflags) endif # $(+cflags) == "" -+cflags := $(+cflags) $(+gccwarn) ++cflags := $(+cflags) $(addprefix -mcpu=,$(with-cpu)) $(+gccwarn) +gcc-nowarn := -w # Don't duplicate options if we inherited variables from the parent. -- cgit 1.4.1