From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30782 invoked by alias); 1 Mar 2012 23:41:52 -0000 Received: (qmail 30725 invoked by uid 22791); 1 Mar 2012 23:41:50 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-pz0-f41.google.com (HELO mail-pz0-f41.google.com) (209.85.210.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Mar 2012 23:41:35 +0000 Received: by dadv6 with SMTP id v6so983978dad.0 for ; Thu, 01 Mar 2012 15:41:35 -0800 (PST) Received-SPF: pass (google.com: domain of bryanhundven@gmail.com designates 10.68.73.138 as permitted sender) client-ip=10.68.73.138; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bryanhundven@gmail.com designates 10.68.73.138 as permitted sender) smtp.mail=bryanhundven@gmail.com; dkim=pass header.i=bryanhundven@gmail.com Received: from mr.google.com ([10.68.73.138]) by 10.68.73.138 with SMTP id l10mr8484109pbv.22.1330645295339 (num_hops = 1); Thu, 01 Mar 2012 15:41:35 -0800 (PST) Received: by 10.68.73.138 with SMTP id l10mr6996491pbv.22.1330645295284; Thu, 01 Mar 2012 15:41:35 -0800 (PST) Received: from chopsaw.wgti.net ([208.146.43.22]) by mx.google.com with ESMTPS id x6sm3287281pbp.31.2012.03.01.15.41.34 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 15:41:34 -0800 (PST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 2 of 3] Add updated eglibc 2.15 X-Mercurial-Node: 85ff80f395067f7b07dd2558f9c8a7357f18cbf9 Message-Id: <85ff80f395067f7b07dd.1330645267@chopsaw.wgti.net> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.1 Date: Thu, 01 Mar 2012 23:41:00 -0000 From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org 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-03/txt/msg00003.txt.bz2 # HG changeset patch # User "Bryan Hundven" # Date 1330644229 28800 # Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9 # Parent cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699 Add updated eglibc 2.15 Signed-off-by: Bryan Hundven diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in --- a/config/libc/eglibc.in Thu Mar 01 15:20:09 2012 -0800 +++ b/config/libc/eglibc.in Thu Mar 01 15:23:49 2012 -0800 @@ -18,6 +18,12 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_15 + bool + prompt "2_15" + depends on EXPERIMENTAL + select LIBC_EGLIBC_2_15_or_later + config LIBC_EGLIBC_V_2_14 bool prompt "2_14" @@ -83,6 +89,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_15" if LIBC_EGLIBC_V_2_15 default "2_14" if LIBC_EGLIBC_V_2_14 default "2_13" if LIBC_EGLIBC_V_2_13 default "2_12" if LIBC_EGLIBC_V_2_12 @@ -95,6 +102,10 @@ default "2_5" if LIBC_EGLIBC_V_2_5 default "trunk" if LIBC_EGLIBC_V_TRUNK +config LIBC_EGLIBC_2_15_or_later + bool + select LIBC_EGLIBC_2_14_or_later + config LIBC_EGLIBC_2_14_or_later bool select LIBC_EGLIBC_2_13_or_later -- For unsubscribe information see http://sourceware.org/lists.html#faq