From patchwork Thu Jun 29 20:47:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Waldemar Brodkorb X-Patchwork-Id: 782446 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wzBYn286pz9s74 for ; Fri, 30 Jun 2017 06:47:41 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E7C4430A69; Thu, 29 Jun 2017 20:47:38 +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 PWLPA3A-x9om; Thu, 29 Jun 2017 20:47:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9A2BE30A54; Thu, 29 Jun 2017 20:47:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D52E61C274B for ; Thu, 29 Jun 2017 20:47:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D02CF8857E for ; Thu, 29 Jun 2017 20:47:34 +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 WmwiWzzQ3eqk for ; Thu, 29 Jun 2017 20:47:33 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from helium.openadk.org (helium.openadk.org [89.238.66.15]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7DEC781651 for ; Thu, 29 Jun 2017 20:47:33 +0000 (UTC) Received: by helium.openadk.org (Postfix, from userid 1000) id 63BB410068; Thu, 29 Jun 2017 22:47:30 +0200 (CEST) Date: Thu, 29 Jun 2017 22:47:30 +0200 From: Waldemar Brodkorb To: buildroot@buildroot.org Message-ID: <20170629204730.GA27700@waldemar-brodkorb.de> MIME-Version: 1.0 Content-Disposition: inline X-Operating-System: Linux 3.16.0-4-amd64 x86_64 User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [Buildroot] [PATCH] docs: known issues no longer valid 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Waldemar Brodkorb --- docs/manual/known-issues.txt | 20 -------------------- package/mrouted/Config.in | 3 --- 2 files changed, 23 deletions(-) diff --git a/docs/manual/known-issues.txt b/docs/manual/known-issues.txt index acfe4ff..ae29a48 100644 --- a/docs/manual/known-issues.txt +++ b/docs/manual/known-issues.txt @@ -7,26 +7,6 @@ if such options contain a +$+ sign. For example, the following is known to break: +BR2_TARGET_LDFLAGS="-Wl,-rpath=\'$ORIGIN/../lib'"+ -* The +ltp-testsuite+ package does not build with the default uClibc - configuration used by the Buildroot toolchain backend. The LTP - testsuite uses several functions that are considered obsolete, such - as sigset() and others. uClibc configuration options such as - DO_XSI_MATH, UCLIBC_HAS_OBSOLETE_BSD_SIGNAL and - UCLIBC_SV4_DEPRECATED are needed if one wants to build the - +ltp-testsuite+ package with uClibc. You need to either use a glibc - based toolchain, or enable the appropriate options in the uClibc - configuration. - -* The +xfsprogs+ package does not build with the default uClibc - configuration used by the Buildroot toolchain backend. You need to - either use a glibc based toolchain, or enable the appropriate - options in the uClibc configuration. - -* The +mrouted+ package does not build with the default uClibc - configuration used by the Buildroot toolchain backend. You need to - either use a glibc based toolchain, or enable the appropriate - options in the uClibc configuration. - * The +libffi+ package is not supported on the SuperH 2 and ARC architectures. diff --git a/package/mrouted/Config.in b/package/mrouted/Config.in index bf4614d..e5d9348 100644 --- a/package/mrouted/Config.in +++ b/package/mrouted/Config.in @@ -4,7 +4,4 @@ config BR2_PACKAGE_MROUTED help An implementation of the DVMRP multicast routing protocol. - If built with uClibc, then UCLIBC_SUPPORT_AI_ADDRCONFIG is - needed in uClibc configuration. - http://github.com/troglobit/mrouted