Skip to content

Commit

Permalink
Revert "tclibc-musl: Add -D__USE_TIME_BITS64 to c/c++ flags"
Browse files Browse the repository at this point in the history
This reverts commit 194bd41.

 __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

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
kraj authored and rpurdie committed Jan 10, 2020
1 parent 6ae82bd commit 2bc3f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meta/conf/distro/include/tclibc-musl.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""

Expand Down

0 comments on commit 2bc3f51

Please sign in to comment.