All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/uclibc: enable time64 support
@ 2024-04-14  7:36 Waldemar Brodkorb
  2024-07-15 12:45 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Waldemar Brodkorb @ 2024-04-14  7:36 UTC (permalink / raw)
  To: buildroot; +Cc: Dmitry Chestnykh, Chin Huat Ang

uClibc-ng supports time64 since release 1.0.46.
This commit enables it by default.
It was discussed on the mailinglist and one suggestion was to
enable it by default without a config option inside buildroot.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/uclibc/uClibc-ng.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/uclibc/uClibc-ng.config b/package/uclibc/uClibc-ng.config
index 5beb2bd908..0d4cbcfbbe 100644
--- a/package/uclibc/uClibc-ng.config
+++ b/package/uclibc/uClibc-ng.config
@@ -40,3 +40,4 @@ DEVEL_PREFIX="/usr/"
 UCLIBC_HAS_SSP=y
 UCLIBC_BUILD_NOW=y
 # DOSTRIP is not set
+UCLIBC_USE_TIME64=y
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/uclibc: enable time64 support
  2024-04-14  7:36 [Buildroot] [PATCH] package/uclibc: enable time64 support Waldemar Brodkorb
@ 2024-07-15 12:45 ` Thomas Petazzoni via buildroot
  2024-07-15 12:59   ` Waldemar Brodkorb
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-15 12:45 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: Chin Huat Ang, Dmitry Chestnykh, buildroot

Hello Waldemar,

On Sun, 14 Apr 2024 09:36:18 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> uClibc-ng supports time64 since release 1.0.46.
> This commit enables it by default.
> It was discussed on the mailinglist and one suggestion was to
> enable it by default without a config option inside buildroot.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/uclibc/uClibc-ng.config | 1 +
>  1 file changed, 1 insertion(+)

My understanding is that since we've updated to 1.0.49, this is anyway
the default, so this patch in fact isn't needed anymore, as we've
already enabled 64-bit time_t on 32-bit archs with uClibc-ng since we
bumped to 1.0.49. So I marked this patch as Rejected. Of course, let me
know if I misunderstood the situation.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH] package/uclibc: enable time64 support
  2024-07-15 12:45 ` Thomas Petazzoni via buildroot
@ 2024-07-15 12:59   ` Waldemar Brodkorb
  0 siblings, 0 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2024-07-15 12:59 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Chin Huat Ang, Dmitry Chestnykh, buildroot

Hi,
Thomas Petazzoni wrote,

> Hello Waldemar,
> 
> On Sun, 14 Apr 2024 09:36:18 +0200
> Waldemar Brodkorb <wbx@openadk.org> wrote:
> 
> > uClibc-ng supports time64 since release 1.0.46.
> > This commit enables it by default.
> > It was discussed on the mailinglist and one suggestion was to
> > enable it by default without a config option inside buildroot.
> > 
> > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> > ---
> >  package/uclibc/uClibc-ng.config | 1 +
> >  1 file changed, 1 insertion(+)
> 
> My understanding is that since we've updated to 1.0.49, this is anyway
> the default, so this patch in fact isn't needed anymore, as we've
> already enabled 64-bit time_t on 32-bit archs with uClibc-ng since we
> bumped to 1.0.49. So I marked this patch as Rejected. Of course, let me
> know if I misunderstood the situation.

No, perfectly fine description of the situation.

best regards
 Waldemar
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-15 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14  7:36 [Buildroot] [PATCH] package/uclibc: enable time64 support Waldemar Brodkorb
2024-07-15 12:45 ` Thomas Petazzoni via buildroot
2024-07-15 12:59   ` Waldemar Brodkorb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.