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.11.0.2 pkgsrc-2022Q4-base:1.11 pkgsrc-2022Q3:1.10.0.10 pkgsrc-2022Q3-base:1.10 pkgsrc-2022Q2:1.10.0.8 pkgsrc-2022Q2-base:1.10 pkgsrc-2022Q1:1.10.0.6 pkgsrc-2022Q1-base:1.10 pkgsrc-2021Q4:1.10.0.4 pkgsrc-2021Q4-base:1.10 pkgsrc-2021Q3:1.10.0.2 pkgsrc-2021Q3-base:1.10 pkgsrc-2021Q2:1.9.0.6 pkgsrc-2021Q2-base:1.9 pkgsrc-2021Q1:1.9.0.4 pkgsrc-2021Q1-base:1.9 pkgsrc-2020Q4:1.9.0.2 pkgsrc-2020Q4-base:1.9 pkgsrc-2020Q3:1.8.0.4 pkgsrc-2020Q3-base:1.8 pkgsrc-2020Q2:1.8.0.2 pkgsrc-2020Q2-base:1.8 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.2.0.6 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.4 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.2 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; 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.02.15.20.49.12; author ryoon; state Exp; branches; next 1.11; commitid 1DWy1lD2xT61eFdE; 1.11 date 2022.10.09.02.37.03; author ryoon; state Exp; branches; next 1.10; commitid Q4GB7a7xTG2BkZWD; 1.10 date 2021.08.27.14.11.08; author ryoon; state Exp; branches; next 1.9; commitid N6Px8rhufw4ShC6D; 1.9 date 2020.10.02.16.49.37; author ryoon; state Exp; branches; next 1.8; commitid yTzrkllHoIdUJlqC; 1.8 date 2020.05.28.15.28.34; author rillig; state Exp; branches; next 1.7; commitid 7Q4qWvRENU3hn1aC; 1.7 date 2020.05.12.11.13.51; author nia; state Exp; branches; next 1.6; commitid mhMZNkXk5M2FtW7C; 1.6 date 2020.05.03.12.51.52; author rillig; state Exp; branches; next 1.5; commitid e0N2OeykCf29jN6C; 1.5 date 2019.09.18.15.29.21; author ryoon; state Exp; branches; next 1.4; commitid bOlbZRNmgXa5vvDB; 1.4 date 2019.06.08.10.53.28; author rillig; state Exp; branches; next 1.3; commitid 2yYl7OuEoMYCfnqB; 1.3 date 2019.05.10.19.30.04; author ryoon; state Exp; branches; next 1.2; commitid YivGg0o2vZKi3HmB; 1.2 date 2018.08.28.13.22.20; author ryoon; state Exp; branches; next 1.1; commitid 8mMf8NKQPuf2dTPA; 1.1 date 2018.06.07.19.16.50; author ryoon; state Exp; branches; next ; commitid qwPXGUtKwftsOnFA; 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-x86_64-gcc-bootstrap/Makefile # used by cross/mingw-w64-i686-gcc-bootstrap/Makefile # used by cross/mingw-w64-i686-gcc-bootstrap/Makefile.common # used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common 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 #FORTIFY_SUPPORTED= no # Avoid "undefined reference to `__strcpy_chk'" # Relocations result in a linker error. MKPIE_SUPPORTED= no USE_LANGUAGES= c c++ USE_TOOLS+= gmake TOOLS_BROKEN+= perl GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # has sub-configures GNU_CONFIGURE_PREFIX= ${PREFIX}/cross/${MINGW_TARGET}-bootstrap OBJDIR= ../build CONFIGURE_DIRS= ${OBJDIR} CONFIGURE_SCRIPT= ../${DISTNAME}/configure 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 CONFIGURE_ARGS+= --enable-static CONFIGURE_ARGS+= --enable-lto CONFIGURE_ARGS+= --disable-dw2-exceptions CONFIGURE_ARGS+= --enable-version-specific-runtime-libs CONFIGURE_ARGS+= --disable-multilib CONFIGURE_ARGS+= --disable-gcov CHECK_PORTABILITY_SKIP+= contrib/* CHECK_PORTABILITY_SKIP+= gcc/config/nvptx/gen-opt.sh INFO_FILES= yes BUILD_TARGET= all-gcc INSTALL_TARGET= install-gcc 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/02/15 20:49:12 ryoon Exp $ d8 1 a8 1 DISTNAME= gcc-12.2.0 d19 1 a19 1 FORTIFY_SUPPORTED= no # Avoid "undefined reference to `__strcpy_chk'" @ 1.12 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.11 2022/10/09 02:37:03 ryoon Exp $ d19 4 a22 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. 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 2021/08/27 14:11:08 ryoon Exp $ d19 2 @ 1.10 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.9 2020/10/02 16:49:37 ryoon Exp $ d8 1 a8 1 DISTNAME= gcc-10.3.0 d39 1 d42 1 @ 1.9 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.8 2020/05/28 15:28:34 rillig Exp $ d8 1 a8 1 DISTNAME= gcc-10.2.0 @ 1.8 log @mingw-gcc-bootstrap: suppress USE_TOOLS+=perl warning @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.7 2020/05/12 11:13:51 nia Exp $ d8 1 a8 1 DISTNAME= gcc-9.2.0 @ 1.7 log @mingw-w64.org's TLS cert expired more than a month ago @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.6 2020/05/03 12:51:52 rillig Exp $ d21 1 @ 1.6 log @cross/mingw-w64-i686-gcc-bootstrap: configure options, portability @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.5 2019/09/18 15:29:21 ryoon Exp $ d14 1 a14 1 HOMEPAGE= https://mingw-w64.org/ @ 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/06/08 10:53:28 rillig Exp $ d22 1 d39 2 @ 1.4 log @cross/*: let pkglint autofix indentation and variable alignment pkglint -Wall -F -r cross xtensa-esp32-elf-gcc has been manually edited afterwards because when realigning variable assignments, pkglint only allows one long outlier line. This package has two long SITES.* lines, therefore pkglint wanted to indent the variable values much further to the right. This needs to be fixed in pkglint. @ text @d1 1 a1 1 # $NetBSD: Makefile.common,v 1.3 2019/05/10 19:30:04 ryoon Exp $ d8 1 a8 1 DISTNAME= gcc-9.1.0 @ 1.3 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.2 2018/08/28 13:22:20 ryoon Exp $ d3 2 @ 1.2 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.1 2018/06/07 19:16:50 ryoon Exp $ d6 1 a6 1 DISTNAME= gcc-8.2.0 @ 1.1 log @cross/mingw-w64-x86_64-gcc-bootstrap: import mingw-w64-x86_64-gcc-bootstrap-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 bootstrap GCC for x86_64 target. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2016/08/20 09:23:42 wiz Exp $ d3 1 d6 1 a6 1 DISTNAME= gcc-8.1.0 @