From patchwork Wed Mar 5 22:23:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 327206 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 4C3FD2C01AE for ; Thu, 6 Mar 2014 09:24:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E01B0951FA; Wed, 5 Mar 2014 22:23:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CoFAdo1KF5Zu; Wed, 5 Mar 2014 22:23:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 432F395534; Wed, 5 Mar 2014 22:23:53 +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 15F5B1C28CB for ; Wed, 5 Mar 2014 22:23:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 13E608BFAF for ; Wed, 5 Mar 2014 22:23:46 +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 r9qbn9UBwxpm for ; Wed, 5 Mar 2014 22:23:45 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by whitealder.osuosl.org (Postfix) with ESMTP id 6EF7289615 for ; Wed, 5 Mar 2014 22:23:45 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id BF9D7F26; Wed, 5 Mar 2014 23:23:46 +0100 (CET) Received: from localhost (AToulouse-651-1-46-13.w90-30.abo.wanadoo.fr [90.30.213.13]) by mail.free-electrons.com (Postfix) with ESMTPSA id 784138A0 for ; Wed, 5 Mar 2014 23:23:46 +0100 (CET) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Wed, 5 Mar 2014 23:23:38 +0100 Message-Id: <1394058220-5863-5-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1394058220-5863-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1394058220-5863-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCH 4/6] toolchain-external: remove useless info in help text of Linaro ARM toolchains 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 The information "To use this toolchain, you must disable soft float usage." which was visible in the help text of Linaro toolchains is no longer useful, since those toolchains are only visible when the ARM EABIhf ABI is selected, which by design is not compatible with soft-float. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" --- toolchain/toolchain-external/Config.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index fd1a826..8647357 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -27,8 +27,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_02 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 bool "Linaro 2014.01" depends on BR2_arm @@ -50,8 +48,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 bool "Linaro 2013.12" depends on BR2_arm @@ -73,8 +69,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - comment "Linaro toolchains available for Cortex-A + EABIhf" depends on BR2_arm depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF