From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12015 invoked by alias); 16 Feb 2010 11:20:58 -0000 Received: (qmail 11984 invoked by uid 48); 16 Feb 2010 11:20:47 -0000 Date: Tue, 16 Feb 2010 11:20:00 -0000 Message-ID: <20100216112047.11983.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/43073] building arm cross-compiler fails when attempting to build regex library In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "ramana 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: 2010-02/txt/msg01515.txt.bz2 ------- Comment #1 from ramana at gcc dot gnu dot org 2010-02-16 11:20 ------- What happens if you use make all-gcc all-target-libgcc on the top level of your object tree rather than using make all. Also, it's not necessary that all options supported by the Codesourcery toolchain should work with the FSF toolchain. For instance using this with the FSF toolchain is not correct and will create more problems for you later. --enable-extra-sgxxlite-multilibs \ --with-specs=%{O2:%{!fno-remove-local-statics: -fremove-local-statics}} %{O*:%{O|O0|O1|O2|Os:;:%{!fno-remove-local-statics: -fremove-local-statics}}} \ -- ramana at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43073