From patchwork Mon Nov 16 19:18:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reinoud Koornstra X-Patchwork-Id: 545117 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 94631141462 for ; Tue, 17 Nov 2015 06:18:49 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=l6kSrNjG; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=udR0sm8tw+ejNMUBny5X8ig+guoNg QJu5zvU0SokuoEOecExZk1HjAlczb6xvcra4JPoPO7dJBj0F7r/mUl/aVvSHNgSz CGNyzp2dMwHdcQl8rXF0p1+u1SPSvU8qwU09t4VylhCYyyChF/in5SfUngIoPIaS BLzysi1FGAriHQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=cLcU/X0JXZqDKJT5e9pf5s/Ga4Q=; b=l6k SrNjGQO6YUJBN8uhMT8KonZBnJnbR27Mf1alAo+n3XKqoAA3/LjEf0c3GLrEbgcf bnj7DE+OUlkxoN+ksJA8fMw45PVt1iulSBN+gUAnCRbPIB+wmL5I7UM7XmYkWZiQ PdFdhAh5cIFut0GLrIx+PQqEz6I4aabIfMlDPfqQ= Received: (qmail 125407 invoked by alias); 16 Nov 2015 19:18:37 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 125389 invoked by uid 89); 16 Nov 2015 19:18:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f181.google.com Received: from mail-yk0-f181.google.com (HELO mail-yk0-f181.google.com) (209.85.160.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 16 Nov 2015 19:18:35 +0000 Received: by ykfs79 with SMTP id s79so258070468ykf.1 for ; Mon, 16 Nov 2015 11:18:32 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.13.210.66 with SMTP id u63mr7205172ywd.206.1447701512514; Mon, 16 Nov 2015 11:18:32 -0800 (PST) Received: by 10.103.100.198 with HTTP; Mon, 16 Nov 2015 11:18:32 -0800 (PST) Date: Mon, 16 Nov 2015 12:18:32 -0700 Message-ID: Subject: uClibc-ng From: Reinoud Koornstra To: "crossgcc@sourceware.org" , Bryan Hundven X-IsSubscribed: yes Hi Bryan, I saw your change: Reinoud. --- For unsubscribe information see http://sourceware.org/lists.html#faq diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 4e57be0..491bcc6 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -26,10 +26,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config LIBC_UCLIBC_NG_V_1_0_8 +config LIBC_UCLIBC_NG_V_1_0_9 bool prompt "1.0.8" - select LIBC_UCLIBC_NG_1_0_8_or_later + select LIBC_UCLIBC_NG_1_0_9_or_later However, you need to change prompt to "1.0.9" as well. :) Thanks,