Skip to content
  • Mike Frysinger's avatar
    autoconf.mk.dep: use target cflags, not host · 4c34b2a0
    Mike Frysinger authored
    
    
    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>
    4c34b2a0