This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/15278] New: problem in "make bootstrap"


mv tmp-libgcc.mk libgcc.mk
TARGET_CPU_DEFAULT="" \
HEADERS="ansidecl.h" DEFINES="" \
/bin/sh ./mkconfig.sh tconfig.h
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/fs/center/engel/local/gcc-3.4.0/gcc/../ld  -c -o crt1.o -x assembler-with-cpp
./config/sparc/sol2-c1.asm
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/fs/center/engel/local/gcc-3.4.0/gcc/../ld  -c -o crti.o -x assembler-with-cpp
./config/sparc/sol2-ci.asm
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/fs/center/engel/local/gcc-3.4.0/gcc/../ld  -c -o crtn.o -x assembler-with-cpp
./config/sparc/sol2-cn.asm
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/fs/center/engel/local/gcc-3.4.0/gcc/../ld  -c -DGCRT1 -o gcrt1.o -x
assembler-with-cpp ./config/sparc/sol2-c1.asm
./xgcc -B./ -B/usr/local/sparc-sun-solaris2.8/bin/ -isystem
/usr/local/sparc-sun-solaris2.8/include -isystem
/usr/local/sparc-sun-solaris2.8/sys-include
-L/fs/center/engel/local/gcc-3.4.0/gcc/../ld -DIN_GCC    -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
 -isystem ./include  -I. -I. -I. -I./. -I./../include -I../intl  \
        -c ./config/sparc/gmon-sol2.c -o gmon.o
In file included from ./tm.h:6,
                 from ./config/sparc/gmon-sol2.c:39:
./config/sparc/sparc.h:216:3: #error Unrecognized value in TARGET_CPU_DEFAULT.
make[2]: *** [gmon.o] Error 1
make[2]: Leaving directory `/fs/center/engel/local/gcc-3.4.0/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/fs/center/engel/local/gcc-3.4.0/gcc'
make: *** [bootstrap] Error 2

-- 
           Summary: problem in "make bootstrap"
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: engel at huji dot ac dot il
                CC: engel at huji dot ac dot il,gcc-bugs at gcc dot gnu dot
                    org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15278


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]