From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3296 invoked by alias); 2 Jan 2009 11:25:09 -0000 Received: (qmail 2121 invoked by uid 48); 2 Jan 2009 11:23:50 -0000 Date: Fri, 02 Jan 2009 11:25:00 -0000 Message-ID: <20090102112350.2120.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/38523] [4.4 regression] arm build fails to link cc1-dummy In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-01/txt/msg00084.txt.bz2 ------- Comment #10 from jakub at gcc dot gnu dot org 2009-01-02 11:23 ------- That won't work, this is surrounded by: case ${host} in rs6000-*-* \ | powerpc*-*-* ) You want to do it at the same level, so: --- config.host2008-12-27 10:12:25.000000000 +0100 +++ config.host2009-01-02 12:23:10.000000000 +0100 @@ -146,6 +146,9 @@ case ${host} in ;; esac ;; + arm*-*-linux-gnueabi ) + host_xmake_file="${host_xmake_file} x-cflags-O1" + ;; esac # Machine-specific settings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38523