From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2Rp-0004af-L4 for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:44:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN2Rm-0002Xu-OV for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:44:29 -0400 Received: from mail-ee0-f48.google.com ([74.125.83.48]:46651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2Rm-0002Wo-H5 for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:44:26 -0400 Received: by mail-ee0-f48.google.com with SMTP id b15so263599eek.7 for ; Tue, 02 Apr 2013 07:44:25 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 2 Apr 2013 16:44:15 +0200 Message-Id: <1364913860-25159-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] trim down config-target.mak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org configure puts a bunch of things in config-target.mak that do not really belong there; a better place is either config-host.mak or target-*/cpu.h. This series cleans it up. Paolo Bonzini (5): configure: move TARGET_*_ALIGNMENT to target-*/cpu.h cpu: default TARGET_LONG_ALIGNMENT to TARGET_LONG_SIZE configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.mak configure: move common libraries to config-host.mak configure: CONFIG_NO_XEN is duplicated Makefile.target | 2 +- configure | 43 ++++++++++++------------------------------- hw/xen.h | 2 +- include/exec/cpu-defs.h | 13 +++++++++++++ target-arm/cpu.h | 1 + target-m68k/cpu.h | 3 +++ target-mips/mips-defs.h | 1 + 7 files changed, 32 insertions(+), 33 deletions(-) -- 1.8.1.4