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: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: skenton at ou dot edu
- Cc: gcc at gcc dot gnu dot org, hans-peter dot nilsson at axis dot com, segher at kernel dot crashing dot org
- Date: Fri, 31 Aug 2007 01:18:55 +0200
- Subject: Re: Why is LIMITS_H_TEST defined in cris/t-linux? It caused cross-compiler build errors
> Date: Thu, 30 Aug 2007 14:24:36 -0500
> From: "Stephen M. Kenton" <skenton@ou.edu>
> Can anyone explain why LIMITS_H_TEST is defined in cris/t-linux, while
> it is not defined for any other linux target?
A STFW would have given you
<http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00717.html>.
I can't tell you why it's "not defined on any other linux
target" though.
If you have a method to not define it with inhibit_libc, I'd
certainly be ok with that, but then you should automatically
disable building fortran. (And perhaps all languages but C -
which will again break when C++ is required for building gcc,
see other discussion but which BTW I'm not interested in being
CC'd about.)
brgds, H-P