From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2295 invoked by alias); 30 Jul 2005 05:53:46 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 2275 invoked by uid 22791); 30 Jul 2005 05:53:42 -0000 Received: from ns.sll.ru (HELO relay.sll.ru) (217.74.33.13) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 30 Jul 2005 05:53:42 +0000 Received: from [10.5.103.11] ([::ffff:82.138.9.8]) (AUTH: LOGIN negative@smartlogic.ru) by relay.sll.ru with esmtp; Sat, 30 Jul 2005 09:53:48 +0400 Message-ID: <42EB18AD.1010103@smartlogic.ru> Date: Sat, 30 Jul 2005 05:53:00 -0000 From: "Andrey V. Romanchev" User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Re: Cross compile from i686-pc-linux-gnu to mipsel-linux References: <42EA6F84.9010401@smartlogic.ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-07/txt/msg00332.txt.bz2 Ian Lance Taylor wrote: > "Andrey V. Romanchev" writes: > > >>I trying to build gcc for mipsel-linux architecture. >>CC=mipsel-linux-gcc CFLAGS="-Os -mips32 -mtune=4kc" >>../gcc-3.4.3/configure --host=mipsel-linux --target=mipsel-linux >>--build=i686-linux --prefix=/home/me/work/compiling/gcc/build-gcc > > > This is not doing what I would call a cross-compiler from > i686-pc-linux-gnu to mipsel-linux. I would call this building a > native compiler for mipsel-linux, and doing the build on > i686-pc-linux-gnu. Yes. It exactly what I need - native mipsel-linux compiler. Is there any docs or any hints for this?