[Bug bootstrap/11317] make bootstrap-lean fails with #error Unrecognized value in TARGET_CPU_DEFAULT

ralf dot hildebrandt at charite dot de gcc-bugzilla@gcc.gnu.org
Wed Jun 25 13:49:00 GMT 2003


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 <bug-make@gnu.org>.



More information about the Gcc-bugs mailing list