All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tzcode-native: quote ${CC}
@ 2017-05-18 17:34 Enrico Scholz
  2017-05-18 18:19 ` Denys Dmytriyenko
  0 siblings, 1 reply; 10+ messages in thread
From: Enrico Scholz @ 2017-05-18 17:34 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

build fails else with

| + make -j 8 -l 6 cc=ccache gcc
| make: *** No rule to make target 'gcc'.  Stop.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/recipes-extended/tzcode/tzcode-native_2017b.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
index 2084f79..165d2c6 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}"
 
 inherit native
 
-EXTRA_OEMAKE += "cc=${CC}"
+EXTRA_OEMAKE += "cc='${CC}'"
 
 do_install () {
         install -d ${D}${bindir}/
-- 
2.9.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [PATCH] tzcode-native: quote ${CC}
@ 2017-06-23 11:19 Enrico Scholz
  0 siblings, 0 replies; 10+ messages in thread
From: Enrico Scholz @ 2017-06-23 11:19 UTC (permalink / raw)
  To: openembedded-core; +Cc: Enrico Scholz

build fails else with

| + make -j 8 -l 6 cc=ccache gcc
| make: *** No rule to make target 'gcc'.  Stop.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
---
 meta/recipes-extended/tzcode/tzcode-native_2017b.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
index 2084f79..165d2c6 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}"
 
 inherit native
 
-EXTRA_OEMAKE += "cc=${CC}"
+EXTRA_OEMAKE += "cc='${CC}'"
 
 do_install () {
         install -d ${D}${bindir}/
-- 
2.9.4



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-06-23 11:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 17:34 [PATCH] tzcode-native: quote ${CC} Enrico Scholz
2017-05-18 18:19 ` Denys Dmytriyenko
2017-05-18 18:57   ` Khem Raj
2017-05-18 21:37     ` Christopher Larson
2017-05-18 21:54       ` Denys Dmytriyenko
2017-05-18 22:38         ` Christopher Larson
2017-05-18 23:37   ` Enrico Scholz
2017-05-19 18:07     ` Denys Dmytriyenko
2017-05-19 18:09       ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2017-06-23 11:19 Enrico Scholz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.