From patchwork Thu Sep 25 11:19:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan Hundven X-Patchwork-Id: 393316 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 1255A1400DE for ; Thu, 25 Sep 2014 21:20:16 +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:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=P7x6WuOZUWi8aPZYuEK4Gd9O7zhbkCn 2DxB5ILqTvIRpUvszBbVWFOdSuEKOXWBuB1pv4aFwGAsvv7irGwipBPMJfdnYRzb Phgv1kX7vDFtcB0OSVIMIWxTvZT5wdKTW5E8yA8dCldHHY+7tkl4NM9wLtBYEkHx rzXHQFq0nXgU= 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:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=++XDxsm+5zjxZBy7G9/5Z+sRpqc=; b=dNVhn BWRIcjDi90yisXxUzzGKhYpb5wzc1WqBMFR8IvdOfCbLK7xqX2Q9wNQhALZ75uhC c8RIkn5wtyJwqHcMz7LDa8sBrSWlTQlFPRk+4SFLXHxKbu9XlqX9X/iY9WzIAT0X KcIhqjbJvLNfMzMWEC/Lj/zSiYN8pm+Gwt1jV8= Received: (qmail 17669 invoked by alias); 25 Sep 2014 11:19: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 17656 invoked by uid 89); 25 Sep 2014 11:19:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f48.google.com Received: from mail-pa0-f48.google.com (HELO mail-pa0-f48.google.com) (209.85.220.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 25 Sep 2014 11:19:52 +0000 Received: by mail-pa0-f48.google.com with SMTP id bj1so3442872pad.35 for ; Thu, 25 Sep 2014 04:19:51 -0700 (PDT) X-Received: by 10.70.96.200 with SMTP id du8mr24639601pdb.117.1411643991109; Thu, 25 Sep 2014 04:19:51 -0700 (PDT) Received: from fuzzy.hsd1.wa.comcast.net. (c-50-135-131-187.hsd1.wa.comcast.net. [50.135.131.187]) by mx.google.com with ESMTPSA id je2sm1877979pbd.94.2014.09.25.04.19.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 25 Sep 2014 04:19:50 -0700 (PDT) From: Bryan Hundven To: "Yann E. MORIN" Cc: crossgcc@sourceware.org, Bryan Hundven Subject: [PATCH 1/3] config/gcc: no ecj-4.4.jar for gcc-4.4.x Date: Thu, 25 Sep 2014 04:19:35 -0700 Message-Id: <1411643977-3339-2-git-send-email-bryanhundven@gmail.com> In-Reply-To: <1411643977-3339-1-git-send-email-bryanhundven@gmail.com> References: <1411643977-3339-1-git-send-email-bryanhundven@gmail.com> X-IsSubscribed: yes ftp://gcc.gnu.org/pub/java/ ecj-4.4.jar does not exist, so don't do it. Signed-off-by: Bryan Hundven --- config/cc/gcc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 5051804..c9461d5 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -543,7 +543,7 @@ config CC_LANG_JAVA_USE_ECJ bool default y depends on CC_LANG_JAVA - depends on CC_GCC_4_3_or_later + depends on CC_GCC_4_3_or_later && !CC_GCC_4_4 # Fortran always requires GMP+MPFR, whatever the gcc version config CC_LANG_FORTRAN