public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/y2038] posix: 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=c3c42e719796935376f05b6b03c175f8d9b8c2bf

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

    posix: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for getconf.

Diff:
---
 posix/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posix/Makefile b/posix/Makefile
index e246ff1d14..174cb4114c 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -244,7 +244,8 @@ CFLAGS-spawni.c += -fexceptions
 CFLAGS-spawni.os = -fomit-frame-pointer
 CFLAGS-glob.c += $(uses-callbacks) -fexceptions
 CFLAGS-glob64.c += $(uses-callbacks) -fexceptions
-CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"'
+CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"' \
+		    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
 CFLAGS-execve.os = -fomit-frame-pointer
 CFLAGS-fexecve.os = -fomit-frame-pointer
 CFLAGS-execv.os = -fomit-frame-pointer


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

* [glibc/azanella/y2038] posix: 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=6995406d36d9395d42b13fa249b3cfec09f42174

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

    posix: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for getconf.

Diff:
---
 posix/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posix/Makefile b/posix/Makefile
index e246ff1d14..174cb4114c 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -244,7 +244,8 @@ CFLAGS-spawni.c += -fexceptions
 CFLAGS-spawni.os = -fomit-frame-pointer
 CFLAGS-glob.c += $(uses-callbacks) -fexceptions
 CFLAGS-glob64.c += $(uses-callbacks) -fexceptions
-CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"'
+CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"' \
+		    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
 CFLAGS-execve.os = -fomit-frame-pointer
 CFLAGS-fexecve.os = -fomit-frame-pointer
 CFLAGS-execv.os = -fomit-frame-pointer


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

* [glibc/azanella/y2038] posix: 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=0c01de7dc15366ae21ea0e4f4c86c8b70a05d382

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

    posix: Use LFS and 64 bit time_t for installed programs
    
    It is enabled for getconf.

Diff:
---
 posix/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posix/Makefile b/posix/Makefile
index e246ff1d14..174cb4114c 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -244,7 +244,8 @@ CFLAGS-spawni.c += -fexceptions
 CFLAGS-spawni.os = -fomit-frame-pointer
 CFLAGS-glob.c += $(uses-callbacks) -fexceptions
 CFLAGS-glob64.c += $(uses-callbacks) -fexceptions
-CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"'
+CFLAGS-getconf.c += -DGETCONF_DIR='"$(libexecdir)/getconf"' \
+		    -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64
 CFLAGS-execve.os = -fomit-frame-pointer
 CFLAGS-fexecve.os = -fomit-frame-pointer
 CFLAGS-execv.os = -fomit-frame-pointer


^ 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] posix: 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).