From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHrNZ-0003ca-5j for qemu-devel@nongnu.org; Fri, 06 Sep 2013 04:27:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHrNQ-0001Li-J3 for qemu-devel@nongnu.org; Fri, 06 Sep 2013 04:26:56 -0400 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:62221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHrNQ-0001Lb-By for qemu-devel@nongnu.org; Fri, 06 Sep 2013 04:26:48 -0400 Received: by mail-ee0-f45.google.com with SMTP id c50so1418690eek.32 for ; Fri, 06 Sep 2013 01:26:47 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <522991C8.2090201@redhat.com> Date: Fri, 06 Sep 2013 10:26:48 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1378376448-29036-1-git-send-email-famz@redhat.com> <1378376448-29036-5-git-send-email-famz@redhat.com> <5228DA64.2020009@twiddle.net> <5228DE4E.8040808@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 4/6] Makefile: introduce common-obj-m and block-obj-m for DSO List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Michael Tokarev , Fam Zheng , QEMU Developers , Stefan Hajnoczi , Richard Henderson Il 05/09/2013 23:45, Peter Maydell ha scritto: > On 5 September 2013 20:41, Paolo Bonzini wrote: >> Libtool used to be really bad, but most performance problems have been >> solved. > > How about the "it silently creates things in dot-directories, > recompiles things at random times when it really shouldn't, > and is an enormous insane shell script" problems? The positives > would have to be really really strong before we let libtool > into the codebase... How about "we'd break compilation on your favorite OS"? :) Darwin ld doesn't support --whole-archive, it needs a different incantation. Relatively recent Solaris now has it, but Apple still holds the bastions. Paolo