From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16155 invoked by alias); 2 Feb 2012 15:27:37 -0000 Received: (qmail 16146 invoked by uid 22791); 2 Feb 2012 15:27:36 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from bar.sig21.net (HELO bar.sig21.net) (80.81.252.164) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Feb 2012 15:27:23 +0000 Received: from p5099b351.dip0.t-ipconnect.de ([80.153.179.81] helo=zzz.local) by bar.sig21.net with esmtpsa (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.69) (envelope-from ) id 1RsyZF-00088g-Fi for crossgcc@sourceware.org; Thu, 02 Feb 2012 16:27:22 +0100 Received: from js by zzz.local with local (Exim 4.77) (envelope-from ) id 1RsyZE-0001KR-K8 for crossgcc@sourceware.org; Thu, 02 Feb 2012 16:27:20 +0100 Date: Thu, 02 Feb 2012 15:27:00 -0000 From: Johannes Stezenbach To: crossgcc@sourceware.org Subject: [PATCH] add uClibc-0.9.33 Message-ID: <20120202152720.GB4970@sig21.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-21-Score: -2.9 (--) X-Spam-21-Report: No, score=-2.9 required=8.0 tests=ALL_TRUSTED=-1,BAYES_00=-1.9 autolearn=ham X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00026.txt.bz2 Signed-off-by: Johannes Stezenbach --- uClibc-0.9.33 has been released today. Not sure about 0.9.32.1/100-fix-TLS-DTPREL-TPREL-macros.patch, I only know about ARM... diff -r 3b8192272c2f config/libc/uClibc.in --- a/config/libc/uClibc.in Wed Feb 01 00:10:59 2012 +0100 +++ b/config/libc/uClibc.in Thu Feb 02 16:17:03 2012 +0100 @@ -21,6 +21,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_UCLIBC_V_0_9_33 + bool + prompt "0.9.33" + select LIBC_UCLIBC_0_9_32_or_later + config LIBC_UCLIBC_V_0_9_32_1 bool prompt "0.9.32.1" @@ -91,6 +96,7 @@ prompt "Enter date (YYYYMMDD)" if LIBC_UCLIBC_V_specific_date # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.9.33" if LIBC_UCLIBC_V_0_9_33 default "0.9.32.1" if LIBC_UCLIBC_V_0_9_32_1 default "0.9.32" if LIBC_UCLIBC_V_0_9_32 default "0.9.31" if LIBC_UCLIBC_V_0_9_31 -- For unsubscribe information see http://sourceware.org/lists.html#faq