Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
        commitlog-requ...@lists.openmoko.org

You can reach the person managing the list at
        commitlog-ow...@lists.openmoko.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:

   1. r5975 - developers/werner/poke (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2010-09-06 10:09:16 +0200 (Mon, 06 Sep 2010)
New Revision: 5975

Modified:
   developers/werner/poke/Makefile
Log:
"poke" is fairly universal. Make it easier to cross-compile.

- poke/Makefile: make assignment of CC optional, so that it can be overridden
  on the command line (patch by Xiangfu Liu)



Modified: developers/werner/poke/Makefile
===================================================================
--- developers/werner/poke/Makefile     2010-08-09 04:16:37 UTC (rev 5974)
+++ developers/werner/poke/Makefile     2010-09-06 08:09:16 UTC (rev 5975)
@@ -1,4 +1,4 @@
-CC=arm-angstrom-linux-gnueabi-gcc
+CC ?= arm-angstrom-linux-gnueabi-gcc
 
 CFLAGS=-Wall -g
 




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to