diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-04-29 22:51:33 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 10:16:17 +0200 |
commit | 00bf241a99aab5003993fb2107d72f02b7377470 (patch) | |
tree | 06d01a8584d2629553bb1daee714ab07040536fc /meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch | |
parent | 8f9b2e3a102e66426ce5b269a6827fc6a3218bef (diff) | |
download | meta-openembedded-00bf241a99aab5003993fb2107d72f02b7377470.tar.gz |
ubi-utils-klibc: initial commit of version 1.4.9
* 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>
Diffstat (limited to 'meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch')
-rw-r--r-- | meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch new file mode 100644 index 000000000..0a48416c0 --- /dev/null +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/common.mk.patch | |||
@@ -0,0 +1,8 @@ | |||
1 | --- a/common.mk 2012-04-29 18:15:30.000000000 +0200 | ||
2 | +++ b/common.mk 2012-04-29 00:51:53.000000000 +0200 | ||
3 | @@ -1,4 +1,4 @@ | ||
4 | -CC := $(CROSS)gcc | ||
5 | +CC := $(CROSS)klcc | ||
6 | AR := $(CROSS)ar | ||
7 | RANLIB := $(CROSS)ranlib | ||
8 | |||