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 92453DDE41 for ; Sat, 3 May 2008 07:31:35 +1000 (EST) Message-Id: <549B96DB-87C0-4219-B0F3-2A23AA95DF48@kernel.crashing.org> From: Kumar Gala To: Segher Boessenkool In-Reply-To: <1f2a22ddd60d37e6e7dc1048feb6d0a4@kernel.crashing.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] [POWERPC] Fix kernel builds with newer gcc versions and -Os Date: Fri, 2 May 2008 16:31:30 -0500 References: <1f2a22ddd60d37e6e7dc1048feb6d0a4@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 2, 2008, at 12:33 PM, Segher Boessenkool wrote: >> 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? I don't think the gcc guys have accepted (or committed) the patch I was referencing. Once it has been we should retest and see what happens. - k