search for: _libc_limits_h_

Displaying 2 results from an estimated 2 matches for "_libc_limits_h_".

2008 Jul 31
0
[LLVMdev] llvm-gcc builds on 32 bit linux broken
...g of limits.h if the system has its own version of limits.h. */ -/* We use _GCC_LIMITS_H_ because we want this not to match - any macros that the system's limits.h uses for its own purposes. */ -#ifndef _GCC_LIMITS_H_ /* Terminated in limity.h. */ -#define _GCC_LIMITS_H_ - #ifndef _LIBC_LIMITS_H_ /* Use "..." so that we find syslimits.h only in this same directory. */ #include "syslimits.h" #endif +#ifdef _GCC_NEXT_LIMITS_H +#include_next <limits.h> +#undef _GCC_NEXT_LIMITS_H +#endif --- ./limity.h.~1~ 2006-11-26 12:31:49.000000000 -0800 +++ ./limity.h 200...
2008 Jul 30
3
[LLVMdev] llvm-gcc builds on 32 bit linux broken
Hi all, I'm having some trouble building llvm-gcc as of today, with and without bootstrap. The error I get is: /home/kooijman/src/llvm-gcc/obj/./gcc/xgcc -B/home/kooijman/src/llvm-gcc/obj/./gcc/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/bin/ -B/home/kooijman/src/llvm-gcc/obj/../install/i686-pc-linux-gnu/lib/ -isystem