From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30331 invoked by alias); 25 Jun 2003 13:49:39 -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 31453 invoked by uid 48); 25 Jun 2003 13:00:26 -0000 Date: Wed, 25 Jun 2003 13:49:00 -0000 Message-ID: <20030625130026.31452.qmail@sources.redhat.com> From: "ralf dot hildebrandt at charite dot de" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030625081809.11317.ralf.hildebrandt@charite.de> References: <20030625081809.11317.ralf.hildebrandt@charite.de> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/11317] make bootstrap-lean fails with #error Unrecognized value in TARGET_CPU_DEFAULT X-Bugzilla-Reason: CC X-SW-Source: 2003-06/txt/msg02649.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11317 ------- Additional Comments From ralf dot hildebrandt at charite dot de 2003-06-25 13:00 ------- I did no set CONFIG_SHELL, but I was using bash as a shell. $(objdir)/gcc/config.h: #define TARGET_CPU_DEFAULT (TARGET_CPU_sparc) #include "auto-host.h" #ifdef IN_GCC /* Provide three core typedefs used by everything, if we are compiling GCC. These used to be found in rtl.h and tree.h, but this is no longer practical. Providing these here rather that system.h allows the typedefs to be used everywhere within GCC. */ struct rtx_def; typedef struct rtx_def *rtx; struct rtvec_def; typedef struct rtvec_def *rtvec; union tree_node; typedef union tree_node *tree; #endif #define GTY(x) #ifdef IN_GCC # include "ansidecl.h" # include "sparc/biarch64.h" # include "sparc/sparc.h" # include "dbxelf.h" # include "elfos.h" # include "svr4.h" # include "sparc/sysv4.h" # include "sol2.h" # include "sparc/sol2.h" # include "sparc/sol2-gld.h" # include "sparc/sol2-bi.h" # include "sparc/sol2-gld-bi.h" # include "sparc/sol2-gas-bi.h" # include "defaults.h" #endif #ifndef POSIX # define POSIX #endif #ifndef GENERATOR_FILE # include "insn-constants.h" # include "insn-flags.h" #endif # make -v GNU Make version 3.79, by Richard Stallman and Roland McGrath. Built for sparc-sun-solaris2.8 Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Report bugs to .