From: Tobias Geerinckx-Rice Date: Sat, 11 Dec 2021 19:22:49 +0100 Subject: [PATCH] gnu: i7z: Build with GCC 10. Patch from Debian, modified to apply to our i7z sources in src/. Author: Andreas Beckmann Description: fix FTBFS with gcc-10 gcc-10 defaults to -fno-common see https://gcc.gnu.org/gcc-10/porting_to.html Bug-Debian: https://bugs.debian.org/957351 --- a/src/i7z_Dual_Socket.c +++ b/src/i7z_Dual_Socket.c @@ -37,7 +37,7 @@ float Read_Voltage_CPU(int cpu_num); extern struct program_options prog_options; FILE *fp_log_file; -struct timespec global_ts; +extern struct timespec global_ts; extern FILE *fp_log_file_freq_1, *fp_log_file_freq_2; extern char* CPU_FREQUENCY_LOGGING_FILE_single; Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
lass='content'>
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2018-10-15gnu: lsof: Fix builds on glibc 2.28....Ludovic Courtès
2018-07-12gnu: lsof: Return #t from all phases....Marius Bakke
2018-07-12gnu: lsof: Update to 4.91....Marius Bakke
2018-02-19gnu: lsof: Run tests....Tobias Geerinckx-Rice
2018-02-19gnu: lsof: Remove build timestamp....Tobias Geerinckx-Rice
2018-02-19gnu: lsof: Update phase style....Tobias Geerinckx-Rice
2018-02-19gnu: lsof: Make perl a native input....Tobias Geerinckx-Rice
2018-02-19gnu: lsof: Factorise source URIs....Tobias Geerinckx-Rice
2018-02-19gnu: lsof: Replace dead mirror....Tobias Geerinckx-Rice
2017-04-29gnu: lsof: Update to 4.89....Efraim Flashner
2017-04-29gnu: lsof: Shorten 'install phase....Efraim Flashner
2017-04-29gnu: lsof: Use 'modify-phases' syntax....Efraim Flashner
2017-04-29gnu: lsof: Add to mirror list....Efraim Flashner