public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/y2038] timezone: Use LFS and 64 bit time_t for installed programs
@ 2021-03-04 11:33 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2021-03-04 11:33 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9bc4bc35237482f39ea678e010d0d8cfcf57a647

commit 9bc4bc35237482f39ea678e010d0d8cfcf57a647
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 2 17:19:57 2021 -0300

    timezone: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for zdump and zic.

Diff:
---
 timezone/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/timezone/Makefile b/timezone/Makefile
index 395abfeebd..cb95fb792f 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -61,6 +61,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
 	    -DTZDEFRULES='"$(posixrules-file)"' \
 	    -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \
 	    -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' \
+	    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 \
 	    -include $(common-objpfx)config.h -Wno-maybe-uninitialized
 
 # The -Wno-unused-variable flag is used to prevent GCC 6


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

* [glibc/azanella/y2038] timezone: Use LFS and 64 bit time_t for installed programs
@ 2021-03-05 19:22 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2021-03-05 19:22 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=821534133b97e37602a30131fd8714d0efb6dcf8

commit 821534133b97e37602a30131fd8714d0efb6dcf8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 2 17:19:57 2021 -0300

    timezone: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for zdump and zic.

Diff:
---
 timezone/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/timezone/Makefile b/timezone/Makefile
index 395abfeebd..cb95fb792f 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -61,6 +61,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
 	    -DTZDEFRULES='"$(posixrules-file)"' \
 	    -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \
 	    -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' \
+	    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 \
 	    -include $(common-objpfx)config.h -Wno-maybe-uninitialized
 
 # The -Wno-unused-variable flag is used to prevent GCC 6


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

* [glibc/azanella/y2038] timezone: Use LFS and 64 bit time_t for installed programs
@ 2021-03-04 17:40 Adhemerval Zanella
  0 siblings, 0 replies; 3+ messages in thread
From: Adhemerval Zanella @ 2021-03-04 17:40 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d6471dfe981a66994a75e0c8ea8037f76c524b18

commit d6471dfe981a66994a75e0c8ea8037f76c524b18
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Tue Mar 2 17:19:57 2021 -0300

    timezone: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for zdump and zic.

Diff:
---
 timezone/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/timezone/Makefile b/timezone/Makefile
index 395abfeebd..cb95fb792f 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -61,6 +61,7 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \
 	    -DTZDEFRULES='"$(posixrules-file)"' \
 	    -DTM_GMTOFF=tm_gmtoff -DTM_ZONE=tm_zone \
 	    -DHAVE_GETTEXT -DUSE_LTZ=0 -D_ISOMAC -DTZ_DOMAIN='"libc"' \
+	    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 \
 	    -include $(common-objpfx)config.h -Wno-maybe-uninitialized
 
 # The -Wno-unused-variable flag is used to prevent GCC 6


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

end of thread, other threads:[~2021-03-05 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 11:33 [glibc/azanella/y2038] timezone: Use LFS and 64 bit time_t for installed programs Adhemerval Zanella
2021-03-04 17:40 Adhemerval Zanella
2021-03-05 19:22 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).