From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11008 invoked by alias); 7 Nov 2003 19:53:40 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10997 invoked from network); 7 Nov 2003 19:53:38 -0000 Received: from unknown (HELO freefluid.dyndns.org) (195.132.236.182) by sources.redhat.com with SMTP; 7 Nov 2003 19:53:38 -0000 Received: from freefluid (localhost [127.0.0.1]) by freefluid.dyndns.org (8.9.3/8.9.3) with ESMTP id UAA23635 for ; Fri, 7 Nov 2003 20:53:28 +0100 Date: Fri, 07 Nov 2003 19:53:00 -0000 Message-ID: User-Agent: XetPan/0.0.48 libEtPan!/0.0.0 To: gcc-help@gcc.gnu.org From: Melvin Hadasht Subject: [tree-ssa, cvs] spec failure: unrecognized spec option '<' MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="3fabf3a7_7545e146_593c" Content-Transfer-Encoding: 8bit X-SW-Source: 2003-11/txt/msg00088.txt.bz2 --3fabf3a7_7545e146_593c Content-Type: text/plain Content-Transfer-Encoding: 8bit Content-length: 1663 Hi, While compiling tree-ssa from CVS, I get the following error: gcc: spec failure: unrecognized spec option '<' cc1: error: output filename specified twice make[1]: *** [g++spec.o] Error 1 make[1]: Leaving directory `/usr/local/src/cvs/objdir/gcc' make: *** [all-gcc] Error 2 (the command that issues this is listed in the attachement) I'm compiling on PII, linux 2.6.0test9, gcc-3.3.2 (compiled from source). I compiled in a separate directory and configured with --enable-languages=c,c++,fortran (although even withou c++ I hit the same specs problem). The gcc/specs file contains the following section, note the second last line: *cc1_cpu: %{!mtune*: %{m386:mtune=i386 %n`-m386' is deprecated. Use `-march=i386' or `-mtune=i386' instead. } %{m486:-mtune=i486 %n`-m486' is deprecated. Use `-march=i486' or `-mtune=i486' instead. } %{mpentium:-mtune=pentium %n`-mpentium' is deprecated. Use `-march=pentium' or `-mtune=pentium' instead. } %{mpentiumpro:-mtune=pentiumpro %n`-mpentiumpro' is deprecated. Use `-march=pentiumpro' or `-mtune=pentiumpro' instead. } %{mcpu=*:-mtune=%* %n`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. }} %