head 1.14; access; symbols pkgsrc-2023Q4:1.13.0.4 pkgsrc-2023Q4-base:1.13 pkgsrc-2023Q3:1.13.0.2 pkgsrc-2023Q3-base:1.13 pkgsrc-2023Q2:1.12.0.4 pkgsrc-2023Q2-base:1.12 pkgsrc-2023Q1:1.12.0.2 pkgsrc-2023Q1-base:1.12 pkgsrc-2022Q4:1.10.0.2 pkgsrc-2022Q4-base:1.10 pkgsrc-2022Q3:1.9.0.10 pkgsrc-2022Q3-base:1.9 pkgsrc-2022Q2:1.9.0.8 pkgsrc-2022Q2-base:1.9 pkgsrc-2022Q1:1.9.0.6 pkgsrc-2022Q1-base:1.9 pkgsrc-2021Q4:1.9.0.4 pkgsrc-2021Q4-base:1.9 pkgsrc-2021Q3:1.9.0.2 pkgsrc-2021Q3-base:1.9 pkgsrc-2021Q2:1.8.0.6 pkgsrc-2021Q2-base:1.8 pkgsrc-2021Q1:1.8.0.4 pkgsrc-2021Q1-base:1.8 pkgsrc-2020Q4:1.8.0.2 pkgsrc-2020Q4-base:1.8 pkgsrc-2020Q3:1.7.0.4 pkgsrc-2020Q3-base:1.7 pkgsrc-2020Q2:1.7.0.2 pkgsrc-2020Q2-base:1.7 pkgsrc-2020Q1:1.5.0.4 pkgsrc-2020Q1-base:1.5 pkgsrc-2019Q4:1.5.0.6 pkgsrc-2019Q4-base:1.5 pkgsrc-2019Q3:1.5.0.2 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.4.0.2 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2; locks; strict; comment @# @; 1.14 date 2024.01.31.21.04.14; author ryoon; state Exp; branches; next 1.13; commitid A1RfmYOsE68S3EWE; 1.13 date 2023.08.09.08.24.39; author nia; state Exp; branches; next 1.12; commitid AfASjSFYAlCHt5AE; 1.12 date 2023.03.19.16.00.48; author js; state Exp; branches; next 1.11; commitid DryXCGR9q8SrBKhE; 1.11 date 2023.02.15.20.49.11; author ryoon; state Exp; branches; next 1.10; commitid 1DWy1lD2xT61eFdE; 1.10 date 2022.10.09.02.37.03; author ryoon; state Exp; branches; next 1.9; commitid Q4GB7a7xTG2BkZWD; 1.9 date 2021.08.27.14.11.08; author ryoon; state Exp; branches; next 1.8; commitid N6Px8rhufw4ShC6D; 1.8 date 2020.10.02.16.49.36; author ryoon; state Exp; branches; next 1.7; commitid yTzrkllHoIdUJlqC; 1.7 date 2020.06.02.18.36.37; author rillig; state Exp; branches; next 1.6; commitid KKbJpVfBmOQOfGaC; 1.6 date 2020.05.12.11.13.51; author nia; state Exp; branches; next 1.5; commitid mhMZNkXk5M2FtW7C; 1.5 date 2019.09.18.15.29.21; author ryoon; state Exp; branches; next 1.4; commitid bOlbZRNmgXa5vvDB; 1.4 date 2019.05.10.19.30.04; author ryoon; state Exp; branches; next 1.3; commitid YivGg0o2vZKi3HmB; 1.3 date 2018.08.28.13.22.20; author ryoon; state Exp; branches; next 1.2; commitid 8mMf8NKQPuf2dTPA; 1.2 date 2018.06.07.19.39.30; author ryoon; state Exp; branches; next 1.1; commitid daiNjzqPYSx9WnFA; 1.1 date 2018.06.07.19.21.46; author ryoon; state Exp; branches; next ; commitid vKrdLYu306w9QnFA; desc @@ 1.14 log @mingw-w64-{i686,x86_64}-gcc-{,bootstrap,winpthreads} : Update to 13.2.0 Use GCC 13.2.0. @ text @# $NetBSD: Makefile.common,v 1.13 2023/08/09 08:24:39 nia Exp $ # # used by cross/mingw-w64-i686-gcc/Makefile # used by cross/mingw-w64-x86_64-gcc/Makefile DISTNAME= gcc-13.2.0 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= http://mingw-w64.org/ PATCHDIR= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/patches DISTINFO_FILE= ${.CURDIR}/../../cross/mingw-w64-x86_64-gcc/distinfo USE_LANGUAGES= c c++ USE_TOOLS+= gmake perl:build #FORTIFY_SUPPORTED= no # Avoid "undefined reference to `__strcpy_chk'" # Relocations result in a linker error. MKPIE_SUPPORTED= no GNU_CONFIGURE= yes OBJDIR= ../build CONFIGURE_DIRS= ${OBJDIR} CONFIGURE_SCRIPT= ../${DISTNAME}/configure GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET} CONFIGURE_ARGS+= --target=${MINGW_TARGET} CONFIGURE_ARGS+= --with-sysroot=${PREFIX}/cross/${MINGW_TARGET} CONFIGURE_ARGS+= --with-ld=${PREFIX}/cross/${MINGW_TARGET}/${MINGW_TARGET}/bin/ld CONFIGURE_ARGS+= --with-as=${PREFIX}/cross/${MINGW_TARGET}/${MINGW_TARGET}/bin/as CONFIGURE_ARGS+= --disable-nls CONFIGURE_ARGS+= --enable-languages=c,lto,c++,objc,obj-c++,fortran CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-static # Use win32 thread #CONFIGURE_ARGS+= --enable-threads=posix CONFIGURE_ARGS+= --enable-lto CONFIGURE_ARGS+= --enable-fully-dynamic-string CONFIGURE_ARGS+= --enable-libstdcxx-time=yes CONFIGURE_ARGS+= --disable-multilib CONFIGURE_ARGS+= --disable-gcov # sys/mman.h not found errors PREPEND_PATH+= ${PREFIX}/cross/${MINGW_TARGET}/bin PREPEND_PATH+= ${PREFIX}/cross/${MINGW_TARGET}-bootstrap/bin INFO_FILES= yes CHECK_PORTABILITY_SKIP+= contrib/* CHECK_PORTABILITY_SKIP+= gcc/config/nvptx/gen-opt.sh pre-configure: ${RUN} cd ${WRKSRC} && ${MKDIR} ${OBJDIR} .include "../../cross/mingw-w64/Makefile.common" .include "../../devel/gmp/buildlink3.mk" .include "../../math/mpfr/buildlink3.mk" .include "../../math/mpcomplex/buildlink3.mk" @ 1.13 log @cross: Mark various versions of gcc unsuitable for MKPIE. This follows lang/gcc* already having it, but the new wrapper behaviour appears to have resulted in new fallout from these packages previously being overlooked. While here, use FORTIFY_SUPPORTED in mingw-w64-gcc instead of overriding the user's choice of a FORTIFY pkgsrc variable. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.12 2023/03/19 16:00:48 js Exp $ d6 1 a6 1 DISTNAME= gcc-12.2.0 d20 1 a20 1 FORTIFY_SUPPORTED= no # Avoid "undefined reference to `__strcpy_chk'" @ 1.12 log @cross/mingw-w64-i686-gcc: Use DW2 exceptions @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.11 2023/02/15 20:49:11 ryoon Exp $ d20 4 a23 1 PKGSRC_USE_FORTIFY= no # Avoid "undefined reference to `__strcpy_chk'" @ 1.11 log @mingw-w64*: Update to 10.0.0 * Update GCC and binutils to the latest too. * Try to avoid "undefined reference to `__strcpy_chk'" Changelog: v10.0.0: 2022-04-04 Notable changes: * New msvcrt10, 20, 40, 70 and 71 import libraries. * Drop x86_64 64bit crtdll.dll * Updated wine imports * Fix intrin.h compatibility with GCC-11 * _(v)scprintf optimization * optimize __ms_vsnprintf for LTO @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.10 2022/10/09 02:37:03 ryoon Exp $ a39 1 CONFIGURE_ARGS+= --disable-dw2-exceptions @ 1.10 log @mingw-w64*: Update to 10.0.0 * Update GCC and binutils to the latest too. Changelog: v10.0.0: 2022-04-04 Notable changes: * New msvcrt10, 20, 40, 70 and 71 import libraries. * Drop x86_64 64bit crtdll.dll * Updated wine imports * Fix intrin.h compatibility with GCC-11 * _(v)scprintf optimization * optimize __ms_vsnprintf for LTO @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.9 2021/08/27 14:11:08 ryoon Exp $ d20 2 @ 1.9 log @mingw-w64: Update to 9.0.0 * Update binutils to 2.37. * Update gcc to 10.3.0. Changelog: Notable changes: UCRT updates by Biswapriyo Nath Wine updates by Jacek Caban Various new and updated API headers by Biswapriyo Nath and Liu Hao Various UCRT and MSVCRT fixes by Martin Storsjo at_quick_exit implementation by Martin Storsjo dism API by Biswapriyo Nath idl fixes by Steve Lhomme Winpthreads fixes by Liu Hao gettimeofday precision increase by Christian Franke @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.8 2020/10/02 16:49:36 ryoon Exp $ d6 1 a6 1 DISTNAME= gcc-10.3.0 d40 1 d48 1 @ 1.8 log @mingw-w64-*: Update to mingw-w64 to 8.0.0 * Update GCC to 10.2.0. * Update Binutils to 2.35.1 Changelog: v8.0.0: 2020-09-18 Notable changes: New Hyper-V headers and libraries by Biswapriyo Nath Many headers updated from Wine by Jacek Caban. ARM math improvements by Martin Storsjo floating point fixes by Liu Hao many *printf compatibility fixes by Liu Hao and Martin Storsjo massive Windows App Store API updates by Steve Lhomme winstorecompat library updates by Martin Storsjo __USE_MINGW_ANSI_STDIO now automatically enabled in C99 and C11 mode when not using UCRT by Pali Rohar wdm and ddk updates by Zebediah Figura UCRT for Windows Store Apps (-lucrtapp) by Martin Storsjo Audioclient and ActivateAudioInterfaceAsync API updates by Liu Hao DirectX SDKs are now always installed @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2020/06/02 18:36:37 rillig Exp $ d6 1 a6 1 DISTNAME= gcc-10.2.0 @ 1.7 log @mingw-w64-x86_64-gcc: skip shell portability check @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2020/05/12 11:13:51 nia Exp $ d6 1 a6 1 DISTNAME= gcc-9.2.0 @ 1.6 log @mingw-w64.org's TLS cert expired more than a month ago @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.5 2019/09/18 15:29:21 ryoon Exp $ d46 2 @ 1.5 log @Update mingw-w64 GCC to 9.2.0 Fix C++ Microsoft ABI bitfield layout bug. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.4 2019/05/10 19:30:04 ryoon Exp $ d12 1 a12 1 HOMEPAGE= https://mingw-w64.org/ @ 1.4 log @Update mingw-w64 packages to latest * Update mingw-w64 to 6.0.0 * Update binutils to 2.32 * Update GCC to 9.1.0 @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2018/08/28 13:22:20 ryoon Exp $ d6 1 a6 1 DISTNAME= gcc-9.1.0 @ 1.3 log @Update binutils to 2.31.1 and GCC to 8.2.0 * Fix included line in Makefile.commons @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.2 2018/06/07 19:39:30 ryoon Exp $ d6 1 a6 1 DISTNAME= gcc-8.2.0 @ 1.2 log @Share distfile information @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.1 2018/06/07 19:21:46 ryoon Exp $ d3 1 d6 1 a6 1 DISTNAME= gcc-8.1.0 @ 1.1 log @cross/mingw-w64-x86_64-gcc: import mingw-w64-x86_64-gcc-8.1.0 Mingw-w64 is an advancement of the original mingw.org project, created to support the GCC compiler on Windows systems. It has forked it in 2007 in order to provide support for 64 bits and new APIs. It has since then gained widespread use and distribution. This package provides mingw-w64 GCC for x86_64 target. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2016/08/20 09:23:42 wiz Exp $ d13 3 @