From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28800 invoked by alias); 14 Apr 2013 11:17:55 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 28778 invoked by uid 89); 14 Apr 2013 11:17:55 -0000 X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from youngberry.canonical.com (HELO youngberry.canonical.com) (91.189.89.112) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 14 Apr 2013 11:17:54 +0000 Received: from dslb-088-073-096-231.pools.arcor-ip.net ([88.73.96.231] helo=[192.168.42.216]) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1URKwR-0004GD-TJ; Sun, 14 Apr 2013 11:17:51 +0000 Message-ID: <516A905B.4020801@ubuntu.com> Date: Sun, 14 Apr 2013 11:17:00 -0000 From: Matthias Klose User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: java-patches@gcc.gnu.org CC: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Enable java for aarch64 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q2/txt/msg00002.txt.bz2 Am 13.04.2013 20:21, schrieb Andreas Schwab: > This enables building java for aarch64. Afaics, the aarch64 changes for boehm-gc are not yet checked in. Aren't these needed as a prerequisite?