--- a/libgcc/config/i386/gthr-win32.h 2016-03-30 07:45:33.388684463 +0200 +++ b/libgcc/config/i386/gthr-win32.h 2016-03-30 15:51:24.123896436 +0200 @@ -30,7 +30,7 @@ /* Make sure CONST_CAST2 (origin in system.h) is declared. */ #ifndef CONST_CAST2 -#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q; TOTYPE _nq;})(X))._nq) +#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((TOTYPE)X) #endif /* Windows32 threads specific definitions. The windows32 threading model ='/guix/'>guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Expand)Author
2023-11-07build: Fix spelling in m4 macros....Efraim Flashner
2023-03-16build: Correct guix_system on musl libc distros....Antero Mejr
2022-01-14gnu: bootstrap: Add support for riscv64-linux....Efraim Flashner
2021-12-14build: Adjust 'courage level' of different systems....Efraim Flashner
2021-05-23gnu: bootstrap: Add support for powerpc-linux....Efraim Flashner
2021-03-23Add powerpc64le-linux as a supported Guix architecture....Chris Marusich
2021-03-17maint: Check whether Guile-zlib is recent enough....Ludovic Courtès
2021-02-04build: Add '--with-channel-commit' and related configure flags....Ludovic Courtès