Always provide the same date and time in 'Py_GetBuildInfo'. This is the information shown at the REPL and in 'sys.version'. We cannot pass it in CPPFLAGS due to whitespace in the DATE string. --- Modules/getbuildinfo.c +++ Modules/getbuildinfo.c @@ -4,6 +4,10 @@ #include #endif +/* Deterministic date and time. */ +#define DATE "Jan 1 1970" +#define TIME "00:00:01" + #ifndef DATE #ifdef __DATE__ #define DATE __DATE__ git-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/cross-toolchain.scm
AgeCommit message (Expand)Author
2024-01-22gnu: Add gcc-cross-or1k-elf-toolchain....* gnu/packages/cross-toolchain.scm (gcc-cross-or1k-elf-toolchain): New variable. Change-Id: Iaf7ed60dbbe116a5efbad8e94be9b2dee51faf15 Jean-Pierre De Jesus DIAZ
2023-12-11gnu: Add gcc-cross-x86_64-w64-mingw32-toolchain....* gnu/packages/cross-toolchain.scm (gcc-cross-x86_64-w64-mingw32-toolchain): New variable. Change-Id: I94802e5e7cb218d7afb0ee09871125bae5db933c Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2023-12-11gnu: Add gcc-cross-i686-w64-mingw32-toolchain....* gnu/packages/cross-toolchain.scm (gcc-cross-i686-w64-mingw32-toolchain): New variable. Change-Id: I5d6056fc4943acae03aeaafa587f40ced182b1d4 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ
2023-12-11gnu: Add gcc-cross-avr-toolchain....* gnu/local.mk (GNU_SYSTEM_MODULES): Add cross-toolchain.scm. * gnu/packages/cross-toolchain.scm (gcc-cross-avr-toolchain): New variable. Change-Id: Ie768d5cc0663dd57753af1d4ac631b3cafbf9e8c Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Jean-Pierre De Jesus DIAZ