summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-4.2.4/Makefile.in.patch
AgeCommit message (Collapse)AuthorFiles
2010-08-14gcc4.2.x: patch Makefile.in for cross compile badnessFrans Meulenbroeks1
When compiling gcc target code make passes -I(GMPINC) but this one points to the host dir (it is set to HOST_GMPINC which in oe points to tmp/sysroots/i686-linux/usr/include). This patch breaks the env var $(INCLUDES) in two and only uses the TARGET specific part for compiling libgcc and the crt stuff. The patch has been verified by baking all affected recipes with bitbake -c configure -b recipe Also introduced INC_PR Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>