From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1608 invoked by alias); 18 Jan 2004 04:39:32 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 1597 invoked from network); 18 Jan 2004 04:39:31 -0000 Received: from unknown (HELO omnigroup.com) (198.151.161.1) by sources.redhat.com with SMTP; 18 Jan 2004 04:39:31 -0000 Received: from [192.168.123.2] (216-39-137-139.ip.theriver.com [216.39.137.139]) by omnigroup.com (8.10.2/8.9.1) with ESMTP id i0I4dTC05646 for ; Sat, 17 Jan 2004 20:39:29 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v609) Content-Transfer-Encoding: 7bit Message-Id: <4D4D1AE6-4970-11D8-8B22-0003933F3BC2@omnigroup.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: gcc@gcc.gnu.org From: "Timothy J. Wood" Subject: 3.4 bootstrap failure on powerpc-apple-darwin7.2.0 Date: Sun, 18 Jan 2004 04:39:00 -0000 X-SW-Source: 2004-01/txt/msg01148.txt.bz2 ../gcc/configure --prefix="$PREFIX" --enable-altivec --enable-languages="c,c++,objc" make /Users/bungi/Source/GNU/gcc/gcc-3.4/build/gcc/xgcc -B/Users/bungi/Source/GNU/gcc/gcc-3.4/build/gcc/ -B/Users/bungi/Source/GNU/gcc/gcc-3.4/install/powerpc-apple- darwin7.2.0/bin/ -B/Users/bungi/Source/GNU/gcc/gcc-3.4/install/powerpc-apple- darwin7.2.0/lib/ -isystem /Users/bungi/Source/GNU/gcc/gcc-3.4/install/powerpc-apple-darwin7.2.0/ include -isystem /Users/bungi/Source/GNU/gcc/gcc-3.4/install/powerpc-apple-darwin7.2.0/ sys-include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -mlong-double-128 -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I -I../../gcc/gcc -I../../gcc/gcc/ -I../../gcc/gcc/../include -I../intl -fexceptions -c ../../gcc/gcc/unwind-dw2.c -o libgcc/./unwind-dw2.o /var/tmp//ccec9Kuq.s:4837:stvx vector instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) /var/tmp//ccec9Kuq.s:4840:stvx vector instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) /var/tmp//ccec9Kuq.s:4843:stvx vector instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) /var/tmp//ccec9Kuq.s:4846:stvx vector instruction is optional for the PowerPC (not allowed without -force_cpusubtype_ALL option) ... Am I supposed to do something to get '-force_cpusubtype_ALL' (or maybe -faltivec) passed to xgcc when bootstrapping, or is this an actual bug? -tim