r5975 - developers/werner/poke

werner at docs.openmoko.org werner at docs.openmoko.org
Mon Sep 6 10:09:17 CEST 2010


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
 




More information about the commitlog mailing list