[coreboot] [PATCH] libpayload: use correct compiler

Stefan Reinauer stepan at coresystems.de
Wed Aug 6 01:09:54 CEST 2008


Signed-off-by: Stefan Reinauer <stepan at coresystems.de>

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 $@

-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 249 bytes
Desc: OpenPGP digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20080806/4ef73ba4/attachment.sig>


More information about the coreboot mailing list