From patchwork Sun Jul 22 13:28:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 172508 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id C31092C013E for ; Sun, 22 Jul 2012 23:31:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2AC908E82A; Sun, 22 Jul 2012 13:31:21 +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 CVn4BmpKze6k; Sun, 22 Jul 2012 13:31:15 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 8F33E8F531; Sun, 22 Jul 2012 13:31:12 +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 C001F8F753 for ; Sun, 22 Jul 2012 13:30:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5CC9A8E866 for ; Sun, 22 Jul 2012 13:30:18 +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 H9RSFkLse-rh for ; Sun, 22 Jul 2012 13:30:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8A2038E828 for ; Sun, 22 Jul 2012 13:30:11 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id x43so7170005wey.16 for ; Sun, 22 Jul 2012 06:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=6NsU7I4tVNT6QoruTYBB8aFz5IW7iDgsN128rEISaCc=; b=KahrN81EcLx7lNPdLwK+3DejTPRyG07/7+phwe73+UqUgo62YJ1ipx1rOIc+6m9jE9 NZoOenBVUqv3bkFGTcienxej6j+bvo/pVLt10ihzPXKH1xKp2LeD3XO3nDLtKV/EH45d 47MaMK++rxb+VHGtJyQuiGA4YmCp2nkKL0gMGNcu74dJQOjha17+VF4vdpUNvNGfYGfj CCFM4q+DLprb3SKazmp3HUISrEkBugdD7kUhnwQYigU8UvYXxVUNI1M3WD3j6U69zLmt LbF5IpfcWdsDZ37L7mgQgc94Z9xugcP8+1QONgrnrt62JST8DG5fGLGJLjA2DMT0EUAv DLGA== Received: by 10.216.29.81 with SMTP id h59mr6587824wea.41.1342963811201; Sun, 22 Jul 2012 06:30:11 -0700 (PDT) Received: from localhost.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPS id fb20sm16263469wid.1.2012.07.22.06.30.09 (version=SSLv3 cipher=OTHER); Sun, 22 Jul 2012 06:30:10 -0700 (PDT) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 22 Jul 2012 15:28:31 +0200 Message-Id: <1342963719-1810-4-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 1.7.11.2 In-Reply-To: <1342963719-1810-1-git-send-email-s.martin49@gmail.com> References: <1342963719-1810-1-git-send-email-s.martin49@gmail.com> Subject: [Buildroot] [PATCH 03/11] cleanup trailing white space 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: Samuel Martin diff --git a/target/Config.in.arch b/target/Config.in.arch index 64c6dea..e7aec56 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -242,7 +242,7 @@ choice default BR2_mips_1 if BR2_mipsel help Specific CPU variant to use - + 64bit cabable: 3, 4, 64, 64r2 non-64bit capable: 1, 2, 32, 32r2