This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: "Stephen M. Kenton" <skenton at ou dot edu>
- Cc: gcc at gcc dot gnu dot org, hp at axis dot com
- Date: Fri, 31 Aug 2007 02:31:07 +0200
- Subject: Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors
- References: <46D71974.6070007@ou.edu>
Segher - If remember right, cris was one of the targets that did not
build for you. This might help.
No idea if it would help or not -- it currently dies with
an ICE while building __mulvdi3:
/home/segher/src/gcc/libgcc/../gcc/libgcc2.c: In function '__mulvdi3':
/home/segher/src/gcc/libgcc/../gcc/libgcc2.c:404: error: unrecognizable
insn:
(call_insn 353 352 354 38
/home/segher/src/gcc/libgcc/../gcc/libgcc2.c:403 (parallel [
(call (mem:QI (symbol_ref:SI ("abort") [flags 0x41]
<function_decl 0x2b4a0543f900 abort>) [0 S1 A8])
(const_int 0 [0x0]))
(clobber (reg:SI 16 srp))
]) -1 (expr_list:REG_NORETURN (const_int 0 [0x0])
(expr_list:REG_EH_REGION (const_int 0 [0x0])
(nil)))
(nil))
/home/segher/src/gcc/libgcc/../gcc/libgcc2.c:404: internal compiler
error: in ex
tract_insn, at recog.c:1990
Segher