Date: Wed, 26 Sep 2007 01:31:28 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile Message-ID: <200709260131.l8Q1VTD6029936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2007-09-26 01:31:28 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld Makefile Log: Force -O1 compilation when targeted for ia64. GCC 4 generates bad code at -O2. Since this is likely caused by the low-level optimizer, testing TARGET_ARCH rather than MACHINE_ARCH should handle ia64 cross-compilation as well. With this work-around in place, we can release using the current GCC and Binutils code at the default optimization level on ia64. Approved by: re (kensmith) Revision Changes Path 1.32 +4 -0 src/gnu/usr.bin/binutils/ld/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709260131.l8Q1VTD6029936>