mirror of
https://https.git.savannah.gnu.org/git/coreutils.git
synced 2026-01-25 23:17:53 +00:00
doc: adjust build instructions for disabling year 2038 support
* README-install: Adjust the instructions as per recent gnulib updates.
This commit is contained in:
parent
3f942cd03f
commit
ba128e628c
@ -58,7 +58,7 @@ Although 32-bit builds fail if that forces time_t to be 32 bits, this
|
||||
can be fixed by using 64-bit builds. For example, on AIX where GCC
|
||||
defaults to 32 bits, one can use "./configure CC='gcc -maix64' AR='ar
|
||||
-X64'"; similarly, on Solaris one can configure with CC='gcc -m64'.
|
||||
If all else fails one can configure with ac_year2038_required=no;
|
||||
If all else fails one can configure with --disable-year2038;
|
||||
however, this will mishandle timestamps after 2038, and please file
|
||||
bug reports for any such situations.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user