Displaying 2 results from an estimated 2 matches for "4ef199b6".
Did you mean:
428199b6
2008 Aug 05
2
[LLVMdev] llvm-gcc builds on 32 bit linux broken
On Jul 30, 2008, at 11:35 PM, Bill Wendling wrote:
> I think this error is due to these changes:
Try adding:
#define _GCC_LIMITS_H_
to limitx.h like so:
#ifdef _GCC_NEXT_LIMITS_H
+#define _GCC_LIMITS_H_
#include_next <limits.h>
#undef _GCC_NEXT_LIMITS_H
and then testing. A good test would do a -dM -E and seeing if
everything is still defined and checking the testcase mentioned in
2008 Aug 05
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...ed in another thread IIRC, sorry for that).
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080805/4ef199b6/attachment.sig>