gcc-4.3.3: fix problem with parallel builds.
authorGraham Gower <graham.gower@gmail.com>
Mon, 4 Oct 2010 19:23:41 +0000 (19:23 +0000)
committerKhem Raj <raj.khem@gmail.com>
Wed, 6 Oct 2010 22:19:34 +0000 (15:19 -0700)
commitc644f6de4f34c097ee8707996df613a7c83ad208
tree2459f86c2de3c0db40ecbfc9ceec4702b13b6f26
parent5bcd2b8a09ce8d5b7aa8ae47443f7e76ca2fe5c1
gcc-4.3.3: fix problem with parallel builds.

The relevant error is as follows.

error: conflicting types for 'strsignal'
| /usr/include/string.h:564: note: previous declaration of 'strsignal' was here

Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/gcc/gcc-4.3.3.inc
recipes/gcc/gcc-4.3.3/Makefile.in.parallel.patch [new file with mode: 0644]