--- 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 d class='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/inkscape.scm
AgeCommit message (Expand)Author
2023-05-02gnu: inkscape: Skip some tests on riscv64-linux....* gnu/packages/inkscape.scm (inkscape)[arguments]: Use the custom 'disable-more-tests phase on riscv64-linux also. Efraim Flashner
2023-05-01gnu: inkscape: Skip more tests on some architectures....* gnu/packages/inkscape.scm (inkscape)[arguments]: Add a phase when building for aarch64-linux or powerpc64le-linux to skip some more tests. Efraim Flashner