From patchwork Tue Jan 22 20:40:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zankel X-Patchwork-Id: 214656 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 7C9FB2C00C6 for ; Wed, 23 Jan 2013 07:47:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 25C8330CC3; Tue, 22 Jan 2013 20:47:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FJvphxiwRpQV; Tue, 22 Jan 2013 20:47:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id B7C6A30D7B; Tue, 22 Jan 2013 20:46:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0BBB58F753 for ; Tue, 22 Jan 2013 20:47:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 37DAB8A8EC for ; Tue, 22 Jan 2013 20:46:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SqEGsCkmNJKX for ; Tue, 22 Jan 2013 20:46:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by whitealder.osuosl.org (Postfix) with ESMTPS id 988B38A8B6 for ; Tue, 22 Jan 2013 20:46:57 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id wy7so4201701pbc.33 for ; Tue, 22 Jan 2013 12:46:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:from:to:date:subject:x-gm-message-state; bh=g13FKQv9IyF271nLeAurZSDHvHNLYTAshtMLtZHc00E=; b=Cd9E2AjyZ6irJw3griP67tvLY/RRCp+D651Jv65jwwvrNhtvVhuqdfwXtbzxdur5mJ VrxEhB2K9YnqMfp1FlWjyZ6e1LHXTe4K7OfcXoSpSgvHOEbW6/tJ9rPH7TE7Q3DtXweY n5Jj/O6rxZDzvMib6MWrkQFGYEb3s5/WuuvTmqdWJKXx0KprImGgcbW3KTwiZK2TOImz c0+r2bqeHMf1DGYEv7vCadSkX+/lkUvncd+yzW69VjuJaHFBQOyZSTqZd4ZD9mk1eyld 4wNubwgFKv0ekI70h+0eoc2IU21ePHRWHULFLV4stfoDtBFQbIn8qQu2JsM4ZJdisFTA SoGA== X-Received: by 10.68.138.195 with SMTP id qs3mr42475513pbb.62.1358887617158; Tue, 22 Jan 2013 12:46:57 -0800 (PST) Received: from localhost (c-67-161-9-61.hsd1.ca.comcast.net. [67.161.9.61]) by mx.google.com with ESMTPS id pv8sm11335906pbc.26.2013.01.22.12.46.54 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 22 Jan 2013 12:46:56 -0800 (PST) Message-ID: <50fefac0.68dc440a.126d.3b72@mx.google.com> Received: by localhost (sSMTP sendmail emulation); Tue, 22 Jan 2013 12:46:53 -0800 From: Chris Zankel To: buildroot@busybox.net Date: Tue, 22 Jan 2013 12:40:09 -0800 X-Gm-Message-State: ALoCoQkMyrrmdBPSx8tg3kaorOPZ9SkEtQmyQ4ggHCfrwXbcQvAVE64QOYSP9Md2cF3dsRlc0tKl Subject: [Buildroot] [PATCH 2/2] xtensa: add support for Xtensa for the util-linux package X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Chris Zankel --- package/util-linux/util-linux-2.20.1-xtensa-support.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/util-linux/util-linux-2.20.1-xtensa-support.patch diff --git a/package/util-linux/util-linux-2.20.1-xtensa-support.patch b/package/util-linux/util-linux-2.20.1-xtensa-support.patch new file mode 100644 index 0000000..ab294cc --- /dev/null +++ b/package/util-linux/util-linux-2.20.1-xtensa-support.patch @@ -0,0 +1,11 @@ +--- util-linux-2.20.1/fdisk/fdiskbsdlabel.h.orig 2013-01-21 19:17:58.023049856 -0800 ++++ util-linux-2.20.1/fdisk/fdiskbsdlabel.h 2013-01-21 19:18:09.867050151 -0800 +@@ -49,7 +49,7 @@ + #if defined (i386) || defined (__sparc__) || defined (__arm__) || \ + defined (__mips__) || defined (__s390__) || defined (__sh__) || \ + defined(__x86_64__) || defined (__avr32__) || defined(__cris__) || \ +- defined(__aarch64__) ++ defined(__aarch64__) || defined(__xtensa__) + #define BSD_LABELSECTOR 1 + #define BSD_LABELOFFSET 0 + #elif defined (__alpha__) || defined (__powerpc__) || defined (__ia64__) || defined (__hppa__)