From: "André Draszik" <git@andred.net>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/4] uclibc: really enable verbose compilation
Date: Fri, 24 Jun 2016 11:54:31 +0100 [thread overview]
Message-ID: <1466765671-22371-4-git-send-email-git@andred.net> (raw)
In-Reply-To: <1466765671-22371-1-git-send-email-git@andred.net>
From: André Draszik <adraszik@tycoint.com>
Things must have changed at some point in the past. V=2 doesn't
give us verbose make output anymore. On the other hand,
adding V=1 to EXTRA_OEMAKE works fine, similar to how things
are done in other recipes that use kbuild.
Signed-off-by: André Draszik <adraszik@tycoint.com>
---
meta/recipes-core/uclibc/uclibc.inc | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index 71d4bdd..57f87fa 100644
--- a/meta/recipes-core/uclibc/uclibc.inc
+++ b/meta/recipes-core/uclibc/uclibc.inc
@@ -52,13 +52,11 @@ EXTRA_OEMAKE = "${OEMAKE_NO_CC} \
'HOSTCC=${BUILD_CC}' \
'HOST_CFLAGS=${BUILD_CFLAGS}' \
'CC=${CC}' \
- ARCH=${UCLIBC_ARCH}"
+ ARCH=${UCLIBC_ARCH} \
+ V=1"
EXTRA_OEMAKE_task_do_package = "${OEMAKE_NO_CC}"
-# enable verbose output:
-export V="2"
-
# -O<n> -fno-omit-frame-pointer ends up with GCC ICE on thumb as reported
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44860
#
--
2.8.1
next prev parent reply other threads:[~2016-06-24 10:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-24 10:54 [PATCH 1/4] libidn: fix QA warning (uClibc) André Draszik
2016-06-24 10:54 ` [PATCH 2/4] json-c: backport patch to fix uClibc link issues André Draszik
2016-06-24 10:54 ` [PATCH 3/4] uclibc: backport patch to fix gdb 7.11 compilation André Draszik
2016-06-24 13:52 ` Khem Raj
2016-06-24 14:39 ` [PATCH 3/4 v2] " André Draszik
2016-06-24 10:54 ` André Draszik [this message]
2016-06-24 13:46 ` [PATCH 4/4] uclibc: really enable verbose compilation Khem Raj
2016-06-24 13:51 ` Burton, Ross
2016-06-24 13:57 ` Khem Raj
2016-06-24 14:19 ` André Draszik
2016-06-24 14:32 ` André Draszik
2016-06-24 14:59 ` Khem Raj
2016-06-24 15:30 ` [PATCH 4/4 v2] uclibc: re-enable " André Draszik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466765671-22371-4-git-send-email-git@andred.net \
--to=git@andred.net \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.