From patchwork Sun Apr 6 18:16:46 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Mattias_Walstr=C3=B6m?= X-Patchwork-Id: 337279 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 552931400C0 for ; Mon, 7 Apr 2014 04:17:02 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=EfQ fwrKaXnUDBg6SNwYWqMPuGRWpoPXeAfC+F/q6H4jvpd7649iiQJqFQ8iCu+qlQ9T zPLQbZiOEcYppChMO++2fEWGSH082r1xb7bh1AtKx+lTSNdpoRLNbztKNj4OWDGf 86/tMPA6WvyrjsONtkOeD5kebVorDXhzLNIfgkJU= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=d1Sahj4GL Osc6ins+a9GhioE4As=; b=CNVFCimLS6Kg6mJFvuHQ4vV3Pu00hm1Zi7tOzqm/F asL6eZbNdYFf8CTX/05/4HcAP4AM6KT6nawABwdrvzLyKQXyxrsZz81T2Zxr9kmz W5oAmAi5fvd1xI52/tDWNDIqPKDW2QNO2nYw351qYSTi4m82b3w8Su8J8Qjp68gk DU= Received: (qmail 867 invoked by alias); 6 Apr 2014 18:16:54 -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 855 invoked by uid 89); 6 Apr 2014 18:16:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-la0-f51.google.com Received: from mail-la0-f51.google.com (HELO mail-la0-f51.google.com) (209.85.215.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 06 Apr 2014 18:16:52 +0000 Received: by mail-la0-f51.google.com with SMTP id pv20so3945087lab.24 for ; Sun, 06 Apr 2014 11:16:49 -0700 (PDT) X-Received: by 10.152.207.39 with SMTP id lt7mr205009lac.77.1396808209053; Sun, 06 Apr 2014 11:16:49 -0700 (PDT) Received: from [192.168.3.7] (c-83-233-113-136.cust.bredband2.com. [83.233.113.136]) by mx.google.com with ESMTPSA id z2sm14273900laz.4.2014.04.06.11.16.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Apr 2014 11:16:47 -0700 (PDT) Message-ID: <53419A0E.6060007@gmail.com> Date: Sun, 06 Apr 2014 20:16:46 +0200 From: =?ISO-8859-1?Q?Mattias_Walstr=F6m?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: [PATCH] Add eglibc 2.19 # HG changeset patch # User Mattias Walström # Date 1396807324 -7200 # Node ID de48a1603e33afb2a30ae5efee95eb656e9f61a9 # Parent e11a8a2e225d3fa882c24e05ea097979ba8925eb Add new eglibc-2.19 --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r e11a8a2e225d -r de48a1603e33 config/libc/eglibc.in --- a/config/libc/eglibc.in Tue Mar 11 22:11:43 2014 +0100 +++ b/config/libc/eglibc.in Sun Apr 06 20:02:04 2014 +0200 @@ -18,6 +18,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_EGLIBC_V_2_19 + bool + prompt "2_19" + select LIBC_EGLIBC_2_16_or_later + config LIBC_EGLIBC_V_2_18 bool prompt "2_18" @@ -82,6 +87,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2_19" if LIBC_EGLIBC_V_2_19 default "2_18" if LIBC_EGLIBC_V_2_18 default "2_17" if LIBC_EGLIBC_V_2_17 default "2_16" if LIBC_EGLIBC_V_2_16