From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29913 invoked by alias); 21 Jun 2002 21:59:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29859 invoked from network); 21 Jun 2002 21:59:11 -0000 Received: from unknown (HELO nerodeguest) (24.161.107.98) by sources.redhat.com with SMTP; 21 Jun 2002 21:59:11 -0000 Received: from neroden by nerodeguest with local (Exim 3.35 #1 (Debian)) id 17LWPw-0004Vb-00; Fri, 21 Jun 2002 17:58:08 -0400 Date: Fri, 21 Jun 2002 14:59:00 -0000 To: gcc-patches@gcc.gnu.org Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com, dj@redhat.com Subject: [patch] fix top level AIX configury bug Message-ID: <20020621215807.GA17325@doctormoo.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Nathanael Nerode X-SW-Source: 2002-06/txt/msg00446.txt.bz2 Fixes a bug in AIX configury at the top level for ubertree builds... Refer to http://gcc.gnu.org/ml/gcc/2002-06/msg01409.html and http://gcc.gnu.org/ml/gcc/2002-06/msg01406.html for details as to what's going on here. 2002-06-22 Nathanael Nerode * configure.in: Fix AIX configury bug. *** configure.in.working_mods Fri Jun 21 16:09:18 2002 --- configure.in Fri Jun 21 17:53:50 2002 *************** case "${target}" in *** 613,619 **** powerpc-*-aix*) # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}" - use_gnu_ld=yes ;; powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) target_configdirs="$target_configdirs target-winsup" --- 613,618 ---- *************** case "${target}" in *** 640,646 **** ;; rs6000-*-aix*) noconfigdirs="$noconfigdirs gprof ${libgcj}" - use_gnu_ld=yes ;; rs6000-*-*) noconfigdirs="$noconfigdirs gprof ${libgcj}" --- 639,644 ----