From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755401AbZKDLGN (ORCPT ); Wed, 4 Nov 2009 06:06:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755381AbZKDLGM (ORCPT ); Wed, 4 Nov 2009 06:06:12 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:46786 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755379AbZKDLGL (ORCPT ); Wed, 4 Nov 2009 06:06:11 -0500 Date: Wed, 4 Nov 2009 12:06:04 +0100 From: Ingo Molnar To: "Michael S. Tsirkin" Cc: Peter Zijlstra , Paul Mackerras , Frederic Weisbecker , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org Subject: Re: [PATCH] perf tools: support static build Message-ID: <20091104110604.GE13194@elte.hu> References: <20091029152002.GA5406@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091029152002.GA5406@redhat.com> User-Agent: Mutt/1.5.19 (2009-01-05) X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=none autolearn=no SpamAssassin version=3.2.5 _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Michael S. Tsirkin wrote: > This makes it possible to build perf statically, by performing make > LDFLAGS=-static > > Since static libraries are only searched in the order they are > specified, move library list from LDFLAGS to EXTLIBS, so that they are > put at the end of linker command line. > > Signed-off-by: Michael S. Tsirkin > --- > > Changes in v2: updated to latest tip. The Makefile changed again so your v2 patch is conflicting too - mind updating it to latest -tip? Thanks, Ingo