From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13875 invoked by alias); 28 Mar 2002 01:26:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13855 invoked by uid 71); 28 Mar 2002 01:26:00 -0000 Resent-Date: 28 Mar 2002 01:26:00 -0000 Resent-Message-ID: <20020328012600.13854.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, undefine@venus.wmid.amu.edu.pl Received:(qmail 13545 invoked from network); 28 Mar 2002 01:23:36 -0000 Received: from unknown (HELO uc.net) (213.76.222.27) by sources.redhat.com with SMTP; 28 Mar 2002 01:23:36 -0000 Received: by uc.net (Postfix, from userid 1000) id E32AB13327C; Thu, 28 Mar 2002 02:23:28 +0100 (CET) Message-Id:<20020328012328.E32AB13327C@uc.net> Date: Wed, 27 Mar 2002 17:26:00 -0000 From: undefine@venus.wmid.amu.edu.pl To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:3.113 Subject: target/6075: crossgcc use wrong as when build X-SW-Source: 2002-03/txt/msg01060.txt.bz2 List-Id: >Number: 6075 >Category: target >Synopsis: cross gcc use wrong as when build >Confidential: no >Severity: non-critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Wed Mar 27 17:26:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Andrzej Dopiera³a >Release: 3.0.4 >Organization: Adam Mickiewicz University >Environment: System: Linux uc 2.4.17 #1 Tue Jan 22 12:26:51 UTC 2002 i686 pld Architecture: i686 host: i686-pld-linux-gnu build: i686-pld-linux-gnu target: mipsel-pld-linux-gnu configured with: ./configure --target=mipsel-pld-linux >Description: I try to use crosscompiler for mips. I compiled binutils(2.12.90.0.1) with target= mipsel-pld-linux-gnu. Next i try compile gcc. But it use as from system binutils, not crosscompiled when compile crtbegin.o. Effect is: /home/undefine/rpm/SOURCES/gcc-3.0.4/gcc/xgcc -B/home/undefine/rpm/SOURCES/gcc-3.0.4/gcc/ -B/usr/local/mipsel-pld-linux/bin/ -B/usr/local/mipsel-pld-linux/lib/ -isystem /usr/local/mipsel-pld-linux/include -DCROSS_COMPILE -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I. -I./. -I./config -I./../include -g0 \ -finhibit-size-directive -fno-inline-functions \ -fno-exceptions -Dinhibit_libc \ -c ./crtstuff.c -DCRT_BEGIN -o crtbegin.o as: nieznana opcja `-EL' make[1]: *** [crtbegin.o] B³±d 1 make[1]: Opuszczam katalog `/home/undefine/rpm/SOURCES/gcc-3.0.4/gcc' make: *** [all-gcc] B³±d 2 (-EL is on mipsel, not on i686) >How-To-Repeat: try compile binutils with --target=mipsel-pld-linux-gnu --prefix=/usr --disable-shared and next compile gcc with --target=mipsel-pld-linux-gnu >Fix: none known :( >Release-Note: >Audit-Trail: >Unformatted: