commit | 4c34b2a090b8418fd6b2e91b5e9dd8d36206384f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Oct 12 19:48:00 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Oct 22 01:20:09 2011 +0200 |
tree | 424326d6e57772b9bf99d06367a0464dc874969e | |
parent | 5968adc4146aac76e5597da3b52a51efb42d9179 [diff] |
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>