Files
poky/meta/packages/gcc
Enric Balletbo i Serra bda8282653 gcc: Fix fail to compile since they can't find limits.h include.
With gcc package on my build machine gcc can't find limits.h include.

$ cat x.c

$ gcc -M x.c
In file included from x.c:1:
/usr/include/limits.h:125:26: error: no include path in which to search for limits.h

This patch adds missing includes to gcc package.

Signed-off-by: Enric Balletbo i Serra <eballetbo@iseebcn.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-03-03 14:25:24 +00:00
..
2008-12-31 22:57:44 +00:00
2008-05-16 09:06:00 +00:00
2008-05-16 09:06:00 +00:00
2008-04-25 15:34:03 +00:00
2009-09-17 22:24:36 +01:00
2009-09-17 22:24:36 +01:00
2008-04-25 15:34:03 +00:00