[coreboot] [PATCH] libpayload: use correct compiler

Peter Stuge peter at stuge.se
Wed Aug 6 01:15:36 CEST 2008


On Wed, Aug 06, 2008 at 01:09:54AM +0200, Stefan Reinauer wrote:
> Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

Acked-by: Peter Stuge <peter at stuge.se>


> Index: util/kconfig/lxdialog/Makefile
> ===================================================================
> --- util/kconfig/lxdialog/Makefile    (revision 372)
> +++ util/kconfig/lxdialog/Makefile    (working copy)
> @@ -25,7 +25,7 @@
>          util.o lxdialog.o msgbox.o
> 
> lxdialog: dochecklxdialog $(lxdialog-objs)
> -    $(CC) $(HOST_LOADLIBES) -o lxdialog $(lxdialog-objs)
> +    $(Q)$(HOSTCC) $(HOST_LOADLIBES) -o lxdialog $(lxdialog-objs)
> 
> %.o: %.c
>     $(Q)$(HOSTCC) $(HOST_EXTRACFLAGS) $^ -c -o $@
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080806/9eb8f6b6/attachment.sig>


More information about the coreboot mailing list