| 0ad22703 | 23-Feb-2010 |
Kim Phillips <kim.phillips@freescale.com> |
tools: fix imximage warning
Fix build warning:
Configuring for MPC837XEMDS board... imximage.c: In function `imximage_parse_cfg_file': imximage.c:146: warning: passing argument 2 of `getline' from
tools: fix imximage warning
Fix build warning:
Configuring for MPC837XEMDS board... imximage.c: In function `imximage_parse_cfg_file': imximage.c:146: warning: passing argument 2 of `getline' from incompatible pointer type /usr/include/bits/stdio.h:116: note: expected `size_t *' but argument is of type `uint32_t *'
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
show more ...
|
| 64b15021 | 08-Jan-2010 |
Mike Frysinger <vapier@gentoo.org> |
getline: split out for darwin systems
At least on OS X 10.5 and older, getline does not exist. So split out the function from the mingw code so that we can pull it in for Darwin systems.
Signed-of
getline: split out for darwin systems
At least on OS X 10.5 and older, getline does not exist. So split out the function from the mingw code so that we can pull it in for Darwin systems.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| e852d36a | 22-Jan-2010 |
Mike Frysinger <vapier@gentoo.org> |
tools: give explicit libfdt paths
The current libfdt object rules hard depend implicitly on the .depend file being correct. If it isn't, then it is unable to properly compile the objects. Give it
tools: give explicit libfdt paths
The current libfdt object rules hard depend implicitly on the .depend file being correct. If it isn't, then it is unable to properly compile the objects. Give it a full path like all the other implicit rules here so it will always work in face of .depend issues.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|
| c7c0d542 | 21-Jan-2010 |
Mike Frysinger <vapier@gentoo.org> |
tools: allow people to compile w/out configuring
It's useful to be able to build up the host tools without having to select a board first. Pretty much all tools in there are config-independent anyw
tools: allow people to compile w/out configuring
It's useful to be able to build up the host tools without having to select a board first. Pretty much all tools in there are config-independent anyways.
Also add a shortcut "tools-all" to quickly build all host tools that are actually config-independent to allow for simple test builds.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
show more ...
|