From patchwork Tue Mar 17 16:48:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 451073 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 D6FCA1401AB for ; Wed, 18 Mar 2015 03:51:35 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=VN15fVfG; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B6CEC9532A; Tue, 17 Mar 2015 16:51:33 +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 BpXUL6jjrnwD; Tue, 17 Mar 2015 16:51:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 29A629531D; Tue, 17 Mar 2015 16:51:31 +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 AA78D1CEED4 for ; Tue, 17 Mar 2015 16:51:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9CD808AC13 for ; Tue, 17 Mar 2015 16:51:29 +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 EiXECSIvv-5h for ; Tue, 17 Mar 2015 16:51:29 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id D46038AB35 for ; Tue, 17 Mar 2015 16:51:28 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t2HGpL6Y028313 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 17 Mar 2015 16:51:24 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1426611086; bh=Qm/bw5GsOxIAIbo6L2unyCrtglG99eZ5dF56gGLXuK8=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=VN15fVfGu9EQK7X59QQ8fShvjBkapipTz+7pRgfJtsM0ojGz0SDXw3NX1IVmH0ccW fEPOzKIiREaVz8GFWk0KLZOGW/m+nbmwSra38w9Qn1Q06NLiXgXWKMe2bEDiJe7+m2 cwCLP8Qze4Y3uI4lHl09e7gtiJdMPkYQXnVspQPQ= Received: by asgard (sSMTP sendmail emulation); Tue, 17 Mar 2015 13:51:16 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 17 Mar 2015 13:48:38 -0300 Message-Id: <1426610919-11901-15-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1426610919-11901-1-git-send-email-gustavo@zacarias.com.ar> References: <1426610919-11901-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH v2 14/15] package/uclibc: drop BR2_TOOLCHAIN_BUILDROOT_LARGEFILE X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Kill the option to build the non-largefile variant and remove the hidden option since it's now unused. Signed-off-by: Gustavo Zacarias --- package/uclibc/Config.in | 5 ----- package/uclibc/uclibc.mk | 7 ------- 2 files changed, 12 deletions(-) diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in index a180227..58c6884 100644 --- a/package/uclibc/Config.in +++ b/package/uclibc/Config.in @@ -89,11 +89,6 @@ config BR2_UCLIBC_CONFIG See also docs/README in this package. If unsure, use the default. -config BR2_TOOLCHAIN_BUILDROOT_LARGEFILE - bool - select BR2_LARGEFILE - default y - config BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 bool "Enable IPv6 support" select BR2_INET_IPV6 diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk index 3a8f191..13994ad 100644 --- a/package/uclibc/uclibc.mk +++ b/package/uclibc/uclibc.mk @@ -229,16 +229,9 @@ endif # Largefile # -ifeq ($(BR2_TOOLCHAIN_BUILDROOT_LARGEFILE),y) define UCLIBC_LARGEFILE_CONFIG $(call KCONFIG_ENABLE_OPT,UCLIBC_HAS_LFS,$(@D)/.config) endef -else -define UCLIBC_LARGEFILE_CONFIG - $(call KCONFIG_DISABLE_OPT,UCLIBC_HAS_LFS,$(@D)/.config) - $(call KCONFIG_DISABLE_OPT,UCLIBC_HAS_FOPEN_LARGEFILE_MODE,$(@D)/.config) -endef -endif # # MMU