mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
time64: Disable CFLAGS for strace
Until strace can handle the interface with glibc correctly with those flags, disable there for now. (From OE-Core rev: 5235ae1a14b71d42c1effff51e0289654bc7122a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,6 +29,8 @@ GLIBC_64BIT_TIME_FLAGS:pn-pipewire = ""
|
|||||||
# undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set
|
# undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set
|
||||||
GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = ""
|
GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = ""
|
||||||
GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = ""
|
GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = ""
|
||||||
|
# https://github.com/strace/strace/issues/250
|
||||||
|
GLIBC_64BIT_TIME_FLAGS:pn-strace = ""
|
||||||
|
|
||||||
INSANE_SKIP:append:pn-cargo = " 32bit-time"
|
INSANE_SKIP:append:pn-cargo = " 32bit-time"
|
||||||
INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time"
|
INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time"
|
||||||
|
|||||||
Reference in New Issue
Block a user