Re: [U-Boot] [PATCH] unify HOST_CFLAGS and HOSTCFLAGS

2009-07-23 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1248031023-31706-1-git-send-email-vap...@gentoo.org> you wrote: > The top build system sets up HOSTCFLAGS a bit and exports it, but other > places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the > values stay in sync. > > Signed-off-by: Mike Frys

[U-Boot] [PATCH] unify HOST_CFLAGS and HOSTCFLAGS

2009-07-19 Thread Mike Frysinger
The top build system sets up HOSTCFLAGS a bit and exports it, but other places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the values stay in sync. Signed-off-by: Mike Frysinger --- Makefile |2 +- board/fads/config.mk |2 +-