On Tue, Feb 25, 2014 at 3:43 PM, Simon Glass <[email protected]> wrote: > Hi Masahiro, > > On 24 February 2014 05:36, Masahiro Yamada <[email protected]> wrote: >> HOSTCFLAGS_autoconf.mk.dep was added by commit 422322f >> but it has never been used. >> >> Cc: Vadim Bendebury <[email protected]> >> Cc: Simon Glass <[email protected]> >> Signed-off-by: Masahiro Yamada <[email protected]> >> --- >> >> Hello Vadim, Simon. >> >> I cannot understand what the hell this macro is used for. >> >> Why HOSTCFLAGS_...? >> Why not CFLAGS_... ? >> >> Can you explain? > > No I can't. I don't think this makes any sense. >
this all is ancient history by now, but I think this made sense at the time, it was affecting compilation options for coreboot. --vb > Acked-by: Simon Glass <[email protected]> > > Regards, > Simon > >> >> >> board/chromebook-x86/coreboot/config.mk | 7 ------- >> 1 file changed, 7 deletions(-) >> delete mode 100644 board/chromebook-x86/coreboot/config.mk >> >> diff --git a/board/chromebook-x86/coreboot/config.mk >> b/board/chromebook-x86/coreboot/config.mk >> deleted file mode 100644 >> index 0c05dd0..0000000 >> --- a/board/chromebook-x86/coreboot/config.mk >> +++ /dev/null >> @@ -1,7 +0,0 @@ >> -# >> -# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. >> -# >> -# SPDX-License-Identifier: GPL-2.0 BSD-3-Clause >> -# >> - >> -HOSTCFLAGS_autoconf.mk.dep = -Wno-variadic-macros >> -- >> 1.8.3.2 >> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

