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 99140DDE1D for ; Thu, 12 Jun 2008 17:24:55 +1000 (EST) Subject: Re: linux-next: powerpc build failure From: Benjamin Herrenschmidt To: Stephen Rothwell In-Reply-To: <20080612170505.6049fa75.sfr@canb.auug.org.au> References: <20080611192748.686236fd.sfr@canb.auug.org.au> <20080611095951.GB14033@elte.hu> <18512.32267.636550.47385@cargo.ozlabs.ibm.com> <20080612053335.GA22035@bubble.grove.modra.org> <20080612170505.6049fa75.sfr@canb.auug.org.au> Content-Type: text/plain Date: Thu, 12 Jun 2008 17:23:57 +1000 Message-Id: <1213255437.14478.30.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Thomas@ozlabs.org, linux-next@vger.kernel.org, Paul Mackerras , Alan Modra , "H. Peter Anvin" , Ingo Molnar , Gleixner Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2008-06-12 at 17:05 +1000, Stephen Rothwell wrote: > So I tried this (added --relax to LDFLAGS_vmlinux if CONFIG FTRACE was > set) and got this; > > /usr/bin/ld: --relax and -r may not be used together > > So, I will disable FTRACE on powerpc for now by removing HAVE_FTRACE > from > being selected in arch/powerpc/Kconfig. So we completely lose ftrace for the sake of a config that nobody sane ever uses (allyesconfig) ? :-) Cheers, Ben.