From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17993 invoked by alias); 11 May 2014 09:52:23 -0000 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 Received: (qmail 17981 invoked by uid 89); 11 May 2014 09:52:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f43.google.com Received: from mail-ee0-f43.google.com (HELO mail-ee0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 11 May 2014 09:52:21 +0000 Received: by mail-ee0-f43.google.com with SMTP id d17so3812478eek.2 for ; Sun, 11 May 2014 02:52:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version :content-transfer-encoding:subject:message-id:user-agent:date:from :to; bh=ay6c/GPEeu9SAvEZsrVBmy/3unNevc66aJldX49Pmrg=; b=a1IdRIgtjUN6ZXXeZCbLug2o5Euh1OxnwWU9e9wIF7cs1v66Ro2L9LjIL2S5Y0slMm VPoz0iqiPuks+g8fGTEKoFbLxRhT751b7OxcQ+a8kn4KnX3Ju5OmoDbIAMnoL3IGeAur blLTROUqjNscXFV5luosyPbj/MwnhO/98TrlzOCYLwXwj4CCfjMCmkc+4QTeRH3H++0j fQEOAJgqi2xhgh8AM0KVGgGeOpBUJcoERpE/6LAh9dbvEx7+56SIYrKeu5zwpaG1BcVs yo8VoC2oYS/7eE3s3ZVgNrbCnHbCDMH1S32/Jpx3cxnIgUeQ5dewIiaNB/HnQs0GDsSU VBBg== X-Gm-Message-State: ALoCoQld/aHwvT0acQTt0Jby2GnyuxN47RNwRpPyUKi0JM5vJvf9rDoGY9JFSXaJxF0qx0Ddykye X-Received: by 10.15.25.65 with SMTP id k41mr24671659eeu.36.1399801937421; Sun, 11 May 2014 02:52:17 -0700 (PDT) Received: from localhost ([2601:7:1680:338::a66]) by mx.google.com with ESMTPSA id k6sm24435786eeg.20.2014.05.11.02.52.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 May 2014 02:52:16 -0700 (PDT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH] gcc: add 4.9.0 X-Mercurial-Node: 5bac788539bb272893ed58dbbc70b26f6775bb0a Message-Id: <5bac788539bb272893ed.1399801933@gun> User-Agent: Mercurial-patchbomb/3.0 Date: Sun, 11 May 2014 09:52:00 -0000 From: Cody P Schafer To: crossgcc@sourceware.org X-SW-Source: 2014-05/txt/msg00027.txt.bz2 # HG changeset patch # User Cody P Schafer # Date 1399801832 25200 # Sun May 11 02:50:32 2014 -0700 # Node ID 5bac788539bb272893ed58dbbc70b26f6775bb0a # Parent 64bfbbced9dd8f62e0d64936c54b46653a87dd12 gcc: add 4.9.0 Signed-off-by: Cody P Schafer diff --git a/config/cc/gcc.in b/config/cc/gcc.in --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -36,6 +36,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_9_0 + bool + prompt "4.9.0" + select CC_GCC_4_9 + config CC_V_linaro_4_8 bool prompt "linaro-4.8-2014.01" @@ -354,6 +359,23 @@ bool select CC_GCC_4_7_or_later +config CC_GCC_4_9 + bool + select CC_GCC_4_9_or_later + select CC_GCC_USE_GMP_MPFR + select CC_GCC_USE_MPC + select CC_GCC_HAS_GRAPHITE + select CC_GCC_HAS_LTO + select CC_GCC_HAS_PKGVERSION_BUGURL + select CC_GCC_HAS_BUILD_ID + select CC_GCC_HAS_LNK_HASH_STYLE + select CC_GCC_HAS_LIBQUADMATH + select CC_SUPPORT_GOLANG + +config CC_GCC_4_9_or_later + bool + select CC_GCC_4_8_or_later + config CC_GCC_latest bool select CC_GCC_4_8_or_later @@ -449,6 +471,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.9.0" if CC_V_4_9_0 default "linaro-4.8-2014.01" if CC_V_linaro_4_8 default "4.8.2" if CC_V_4_8_2 default "4.8.1" if CC_V_4_8_1 -- For unsubscribe information see http://sourceware.org/lists.html#faq