From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKmTe-0001sz-51 for qemu-devel@nongnu.org; Mon, 09 Feb 2015 06:26:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKmTW-0003ZF-4O for qemu-devel@nongnu.org; Mon, 09 Feb 2015 06:26:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKmTV-0003Y6-UO for qemu-devel@nongnu.org; Mon, 09 Feb 2015 06:25:58 -0500 From: Fam Zheng Date: Mon, 9 Feb 2015 19:25:42 +0800 Message-Id: <1423481144-20314-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v4 0/2] buildsys: Fix and enable module build List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Brian Jackson , Peter Maydell , Michael Tokarev , Alexander Graf , Stefan Hajnoczi , Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= v4: Fix patch 1 by: - Squashing Paolo's patch in reply to v2, to fix static build. - Fix "pie" check to allow module build on ARM (and hopefully other platforms). - Tested {$DEFAULT,--enable-modules,--disable-modules} on {x86_64, arm} hosts. "--static" is not tested because I don't have the static libraries on my machine. Fam Zheng (2): configure: Default to enable module build .travis.yml: Add "--disable-modules" .travis.yml | 2 +- configure | 126 +++++++++++++++++++++++++++++++++++++++--------------------- 2 files changed, 84 insertions(+), 44 deletions(-) -- 1.9.3