Home
last modified time | relevance | path

Searched hist:"4 c34b2a090b8418fd6b2e91b5e9dd8d36206384f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/
H A DMakefile4c34b2a090b8418fd6b2e91b5e9dd8d36206384f Wed Oct 12 14:48:00 CDT 2011 Mike Frysinger <vapier@gentoo.org> autoconf.mk.dep: use target cflags, not host

The current autoconf.mk.dep rule uses the host cflags when executing the
target compiler (which includes target header files). We don't want to
mix the target compiler and host compiler flags, so change it to CFLAGS.
Otherwise we get things like -pedantic which the U-Boot source code does
not build with.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>