Skip to content
Snippets Groups Projects
Commit 4c34b2a0 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 5968adc4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment