From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20011 invoked by alias); 28 Jan 2005 00:18:40 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 19953 invoked by uid 48); 28 Jan 2005 00:18:18 -0000 Date: Fri, 28 Jan 2005 00:18:00 -0000 Message-ID: <20050128001818.19952.qmail@sourceware.org> From: "dje at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050126193636.19645.dje@gcc.gnu.org> References: <20050126193636.19645.dje@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19645] PPC64 64-bit build failure X-Bugzilla-Reason: CC X-SW-Source: 2005-01/txt/msg04105.txt.bz2 List-Id: ------- Additional Comments From dje at gcc dot gnu dot org 2005-01-28 00:18 ------- I bootstrapped again omitting --with-cpu=default32 and with -m64. No problems. I also built and installed gcc version 3.4.4 20050109 (prerelease) and used it to bootstrap with -m64. No problems. --enable-threads=posix is the default for Linux, so that should not have any effect. When I originally tried bootstrapping on PPC Linux, I had problems before I used the incantation. I do not remember if the failure was due to checking. You might try adding the following options to configure --build=powerpc64-linux --host=powerpc64-linux --target=powerpc64-linux --enable-shared --enable-__cxa_atexit and see if that effects your results. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19645