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

Khem Raj raj.khem at gmail.com
Fri Jun 24 13:57:00 UTC 2016


On Fri, Jun 24, 2016 at 6:51 AM, Burton, Ross <ross.burton at intel.com> wrote:
>
> On 24 June 2016 at 14:46, Khem Raj <raj.khem at gmail.com> wrote:
>>
>> keep V=2
>
>
> That's very concise Khem.  If V=2 doesn't produce verbose output but V=1 in
> EXTRA_OEMAKE does, why keep the export V=2?

too early here for me. I took it as if exporting it did not work , so
now I tried here with uclibc-ng for both

make V=2

  CC ldso/ldso/ldso.oS -DNDEBUG -DNOT_IN_libc -DIS_IN_rtld
-DUCLIBC_RUNTIME_PREFIX="/usr/x86_64-linux-uclibc/"
-DUCLIBC_LDSO="ld64-uClibc.so.1" -DIN_LIB=rtld -DSHARED
-DLDSO_ELFINTERP="x86_64/elfinterp.c"

make V=1

gcc -c ldso/ldso/ldso.c -o /tmp/uu/ldso/ldso/ldso.oS -Wall
-Wstrict-prototypes -Wstrict-aliasing -funsigned-char -fno-builtin
-fno-asm -fmerge-all-constants -std=gnu99 -fno-stack-protector
-nostdinc -I/tmp/uu/include -I./include -include libc-symbols.h
-I./libc/sysdeps/linux/x86_64 -I./libc/sysdeps/linux
-I./ldso/ldso/x86_64 -I./ldso/include -I. -Os -fstrict-aliasing
-I./libc/sysdeps/linux/common -isystem
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include-fixed -isystem
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include -I/ -DNDEBUG
-DNOT_IN_libc -DIS_IN_rtld -fno-stack-protector
-fno-omit-frame-pointer -I./ldso/ldso/x86_64 -I./ldso/include
-I./ldso/ldso -DUCLIBC_RUNTIME_PREFIX=\"/usr/x86_64-linux-uclibc/\"
-DUCLIBC_LDSO=\"ld64-uClibc.so.1\" -DIN_LIB=rtld -fPIC -DSHARED
-DLDSO_ELFINTERP=\"x86_64/elfinterp.c\" -MT /tmp/uu/ldso/ldso/ldso.oS
-MD -MP -MF /tmp/uu/ldso/ldso/.ldso.oS.dep

So it must be local issue.

>
> Ross



More information about the Openembedded-core mailing list