From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4214BDE421 for ; Sat, 3 May 2008 03:33:44 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1f2a22ddd60d37e6e7dc1048feb6d0a4@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] Fix kernel builds with newer gcc versions and -Os Date: Fri, 2 May 2008 19:33:37 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > If someone using cutting edge toolchains for ppc64 could test and make > sure if we enable CONFIG_CC_OPTIMIZE_FOR_SIZE things work that would be > nice. Current linus tree + some more stuff + this patch, ppc64_defconfig, powerpc64-linux-gcc (GCC) 4.4.0 20080429 (experimental), builds just fine. CONFIG_CC_OPTIMIZE_FOR_SIZE=y. Need any more test / more info? Segher