From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Eikelenboom Subject: [PATCH] Add Libc multiarch package as build prerequisites on 64-bit platforms to the README Date: Tue, 6 Oct 2015 18:58:25 +0200 Message-ID: <1444150705-555-1-git-send-email-linux@eikelenboom.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZjVZX-0008Sz-IB for xen-devel@lists.xenproject.org; Tue, 06 Oct 2015 16:58:39 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Sander Eikelenboom , wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org When building on 64-bit platforms this prevents build errors for 32-bit components which are enabled on a default build. Signed-off-by: Sander Eikelenboom --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index a7d0033..1324c7c 100644 --- a/README +++ b/README @@ -56,6 +56,9 @@ provided by your OS distributor: * GNU gettext * 16-bit x86 assembler, loader and compiler (dev86 rpm or bin86 & bcc debs) * ACPI ASL compiler (iasl) + * Libc multiarch package (e.g. libc6-dev-i386 / glibc-devel.i686). + Required when building on a 64-bit platform to build + 32-bit components which are enabled on a default build. In addition to the above there are a number of optional build prerequisites. Omitting these will cause the related features to be -- 2.1.4