From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.trixing.net (mail.trixing.net [87.230.125.58]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 428FCDE152 for ; Tue, 30 Oct 2007 07:13:34 +1100 (EST) Message-ID: <47263830.2010009@l4x.org> Date: Mon, 29 Oct 2007 20:44:48 +0100 From: Jan Dittmer MIME-Version: 1.0 To: Andreas Schwab Subject: Re: boot/wrap assumes a biarch toolchain? References: <20071029140719.GA17120@kryten> <4725F34C.6090904@ppp0.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org, Jan Dittmer , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Andreas Schwab wrote: > Jan Dittmer writes: > >> $ powerpc64-linux-gcc-4.0.4 -v >> Using built-in specs. >> Target: powerpc64-linux >> Configured with: ../configure --prefix=/usr/cc217 >> --exec-prefix=/usr/cc217/powerpc64 --target=powerpc64-linux >> --disable-shared --disable-werror --disable-nls --disable-threads >> --disable-werror --disable-libmudflap --with-newlib --with-gnu-as >> --with-gnu-ld --enable-languages=c >> Thread model: single >> gcc version 4.0.4 >> >> g5_defconfig: >> >> $ make ARCH=powerpc HOSTCC=gcc-4.0 CROSS_COMPILE=powerpc64-linux- >> CROSS32_COMPILE=powerpc64-linux- > > Your compiler still needs -m32 to generate 32-bit code (or use > --with-cpu=default32 to make that the default). 4.1.2 exhibits the same behavior. When did it start to work without additional options? 4.2? Jan