mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"
This reverts commit 194bd4136459e7a38510830b2fb0938d892ece45. __USE_TIME_BITS64 is already added by musl headers internally now [1] [1] https://git.musl-libc.org/cgit/musl/commit/include/alltypes.h.in?id=f12bd8e05c8bb2c3e2b91d635887ec424ef8fbd9 (From OE-Core rev: 2bc3f51a7151880fc7e27abf1762fb43f4e8fe54) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,7 +18,6 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED += "ldconfig"
|
||||
#USE_NLS ?= "no"
|
||||
|
||||
CXXFLAGS += "-fvisibility-inlines-hidden"
|
||||
TARGET_CC_ARCH += "-D__USE_TIME_BITS64"
|
||||
|
||||
IMAGE_LINGUAS = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user