From patchwork Wed Feb 2 17:06:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Eager X-Patchwork-Id: 81491 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]) by ozlabs.org (Postfix) with SMTP id 5661BB70EB for ; Thu, 3 Feb 2011 04:07:09 +1100 (EST) Received: (qmail 8213 invoked by alias); 2 Feb 2011 17:07:07 -0000 Received: (qmail 8205 invoked by uid 22791); 2 Feb 2011 17:07:06 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL, BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from caibbdcaaaaf.dreamhost.com (HELO homiemail-a41.g.dreamhost.com) (208.113.200.5) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Feb 2011 17:07:00 +0000 Received: from homiemail-a41.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a41.g.dreamhost.com (Postfix) with ESMTP id D96ED44C06C for ; Wed, 2 Feb 2011 09:06:58 -0800 (PST) Received: from redwood.eagercon.com (c-76-102-1-175.hsd1.ca.comcast.net [76.102.1.175]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eager@eagerm.com) by homiemail-a41.g.dreamhost.com (Postfix) with ESMTPSA id BF0EF44C06A for ; Wed, 2 Feb 2011 09:06:58 -0800 (PST) Message-ID: <4D498F31.4010504@eagerm.com> Date: Wed, 02 Feb 2011 09:06:57 -0800 From: Michael Eager User-Agent: Thunderbird 2.0.0.23 (X11/20090825) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [PATCH] Don't build libiberty for MicroBlaze X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org * configure.ac (microblaze*): Don't build target-libiberty. * configure: Regenerate. Index: configure.ac =================================================================== --- configure.ac (revision 169533) +++ configure.ac (working copy) @@ -959,7 +959,7 @@ noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}" ;; microblaze*) - noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libiberty target-libssp ${libgcj}" ;; mips*-sde-elf*) skipdirs="$skipdirs target-libiberty" Index: configure =================================================================== --- configure (revision 169533) +++ configure (working copy) @@ -3513,7 +3513,7 @@ noconfigdirs="$noconfigdirs ld binutils gprof target-libgloss ${libgcj}" ;; microblaze*) - noconfigdirs="$noconfigdirs gprof target-libssp ${libgcj}" + noconfigdirs="$noconfigdirs gprof target-libiberty target-libssp ${libgcj}" ;; mips*-sde-elf*) skipdirs="$skipdirs target-libiberty"