From 95c53c62a0ead38459084c66a708af8c8097f00d Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Mon, 20 Sep 2004 00:58:42 +0000 Subject: mh-x86omitfp: New host makefile fragment. * config/mh-x86omitfp: New host makefile fragment. Add -fomit-frame-pointer to the default BOOT_CFLAGS. * configure.in: Use it to speed up bootstrap on some IA-32 hosts. * configure: Regenerate. From-SVN: r87741 --- config/mh-x86omitfp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/mh-x86omitfp (limited to 'config') diff --git a/config/mh-x86omitfp b/config/mh-x86omitfp new file mode 100644 index 0000000..563f02b --- /dev/null +++ b/config/mh-x86omitfp @@ -0,0 +1,2 @@ +# Add -fomit-frame-pointer to the usual BOOT_CFLAGS to speed up the compiler. +BOOT_CFLAGS = -O2 -g -fomit-frame-pointer -- cgit v1.1