[OE-core] [PATCH 4/4] uclibc: really enable verbose compilation

Khem Raj raj.khem at gmail.com
Fri Jun 24 13:46:50 UTC 2016


On Fri, Jun 24, 2016 at 3:54 AM, André Draszik <git at andred.net> wrote:
> From: André Draszik <adraszik at 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 at 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"

keep V=2

>
>  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
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list