From patchwork Tue May 10 08:00:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Sejdak X-Patchwork-Id: 12175 Received: (qmail 95032 invoked by alias); 10 May 2016 08:01:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 94992 invoked by uid 89); 10 May 2016 08:01:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=H*r:sk:host-18, H*RU:sk:host-18, Hx-spam-relays-external:sk:host-18, 8079 X-HELO: mail-lf0-f50.google.com Received: from mail-lf0-f50.google.com (HELO mail-lf0-f50.google.com) (209.85.215.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 10 May 2016 08:00:53 +0000 Received: by mail-lf0-f50.google.com with SMTP id y84so5695265lfc.0 for ; Tue, 10 May 2016 01:00:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=Tqut63F68VMPzPzFl0598mXb0qD2ancyZN44/21zRXY=; b=FPx+FuHGWmlpLgg7sPtEY3ibLWpSMz/c62KX8IBRpIVRb0dFGl1+M8S5im/x0GbeW8 yjbqFof2TGusQcl0UZ34Dn998wHW9F0HDlMSd8SIrb6WxSEzyrApm9ArTRqzSURoAWua 5ElE1CG/49N94CIvwPmlJEPKTADQVezTQmeRZ4uieMfbLrljN7uQq7KWclowKDz+Kf4d KY191zN1ia5DOjqm3VvIAS+WmMtDaA0SiSGXQJN3JHLCUyxAt2YYyz8EwM6vQADUMpCv bEIXSaAex7OUFG0BOCgb2Sbi7zVzBiL15+qNIBm+X1W/VAZSr52vq6+MT8skwootPS/b kpNA== X-Gm-Message-State: AOPr4FUdzFzM9PuQTMAI9jiFFc2ctXy06I4QyvDSdGFku384D5fGuPfQkRrT8OjW5rsEZw== X-Received: by 10.25.165.135 with SMTP id o129mr16732186lfe.162.1462867249885; Tue, 10 May 2016 01:00:49 -0700 (PDT) Received: from laptop.phoesys.local (host-188-64-80-218.atendesoftware.pl. [188.64.80.218]) by smtp.gmail.com with ESMTPSA id z21sm171203lff.0.2016.05.10.01.00.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 10 May 2016 01:00:49 -0700 (PDT) From: Jakub Sejdak To: newlib@sourceware.org Cc: binutils@sourceware.org, gdb-patches@sourceware.org, Kuba Sejdak Subject: [PATCH] Disable libgcj and libgloss for phoenix targets. Date: Tue, 10 May 2016 10:00:44 +0200 Message-Id: <1462867244-5745-1-git-send-email-jakub.sejdak@phoesys.com> From: Kuba Sejdak --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 74bf58a..509b6b9 100644 --- a/configure.ac +++ b/configure.ac @@ -807,6 +807,9 @@ case "${target}" in *-*-netware*) noconfigdirs="$noconfigdirs ${libgcj}" ;; + *-*-phoenix*) + noconfigdirs="$noconfigdirs ${libgcj}" + ;; *-*-rtems*) noconfigdirs="$noconfigdirs ${libgcj}" ;; @@ -1063,6 +1066,9 @@ case "${target}" in ;; *-*-netware*) ;; + *-*-phoenix*) + noconfigdirs="$noconfigdirs target-libgloss" + ;; *-*-rtems*) noconfigdirs="$noconfigdirs target-libgloss" # this is not caught below because this stanza matches earlier