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 --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 592bf91..100f407 100755 --- a/configure +++ b/configure @@ -1715,6 +1715,11 @@ case "${host}" in *-*-sysv4*) host_makefile_frag="config/mh-sysv4" ;; + # This is placed last to prevent interfering with the cases above. + i[3456789]86-*-*) + # Build the stage2 and stage3 compilers with -fomit-frame-pointer. + host_makefile_frag="config/mh-x86omitfp" + ;; esac fi -- cgit v1.1