diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2014-11-13 01:13:50 +0100 |
|---|---|---|
| committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-11-17 10:00:45 +0000 |
| commit | f38cf13f728d95c6640bf17b50bf52194538cc47 (patch) | |
| tree | a1cac9fef6cd6a6eb7b55b1ae8166d0ae85a4897 /meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch | |
| parent | e6f64ce21d51d6b108c24cfe755638c526d9af8b (diff) | |
| download | meta-openembedded-f38cf13f728d95c6640bf17b50bf52194538cc47.tar.gz | |
ubi-utils-klibc_1.5.1: initial commit of v. 1.5.1
NOTE: we track master upstream so we are some commits ahead v 1.5.1.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch')
| -rw-r--r-- | meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch new file mode 100644 index 0000000000..f46824b5cd --- /dev/null +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/0002-common.mk-for-klibc-CC-is-klcc.patch | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | From f3609c7c0450b4c31e1d4603fcf2cfb1ba46f994 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Andrea Adami <andrea.adami@gmail.com> | ||
| 3 | Date: Sun, 29 Jun 2014 00:37:28 +0200 | ||
| 4 | Subject: [PATCH 2/6] common.mk: for klibc $(CC) is klcc | ||
| 5 | |||
| 6 | Do not hardcode: assign the value to the variable if it is not already defined. | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 10 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | ||
| 11 | --- | ||
| 12 | common.mk | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/common.mk b/common.mk | ||
| 16 | index ba87377..59c56df 100644 | ||
| 17 | --- a/common.mk | ||
| 18 | +++ b/common.mk | ||
| 19 | @@ -1,4 +1,4 @@ | ||
| 20 | -CC := $(CROSS)gcc | ||
| 21 | +CC ?= $(CROSS)gcc | ||
| 22 | AR := $(CROSS)ar | ||
| 23 | RANLIB := $(CROSS)ranlib | ||
| 24 | |||
| 25 | -- | ||
| 26 | 1.9.1 | ||
| 27 | |||
