mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
c39bea00e2
* Initially only ubiattach was targeted (for kexecboot project). * Based on klibc_1.5.25, will be revised once new klibc is out. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 lines
205 B
Diff
9 lines
205 B
Diff
--- a/common.mk 2012-04-29 18:15:30.000000000 +0200
|
|
+++ b/common.mk 2012-04-29 00:51:53.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-CC := $(CROSS)gcc
|
|
+CC := $(CROSS)klcc
|
|
AR := $(CROSS)ar
|
|
RANLIB := $(CROSS)ranlib
|
|
|