[BACK]Return to patch-gcc_configure CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / cross / mingw-w64-x86_64-gcc / patches

File: [cvs.NetBSD.org] / pkgsrc / cross / mingw-w64-x86_64-gcc / patches / patch-gcc_configure (download)

Revision 1.1, Sun Oct 9 02:37:03 2022 UTC (5 months, 3 weeks ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD

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

$NetBSD: patch-gcc_configure,v 1.1 2022/10/09 02:37:03 ryoon Exp $

--- gcc/configure.orig	2022-08-19 08:09:52.736664469 +0000
+++ gcc/configure
@@ -6395,7 +6395,7 @@ _ACEOF
 if test "$enable_largefile" != no; then
   case "$host, $build" in
     *-*-aix*,*|*,*-*-aix*)
-      if test "$ac_cv_sizeof_ino_t" == "4" -a "$ac_cv_sizeof_dev_t" == 4; then
+      if test "$ac_cv_sizeof_ino_t" = "4" -a "$ac_cv_sizeof_dev_t" = 4; then
 
 $as_echo "#define HOST_STAT_FOR_64BIT_INODES stat64x" >>confdefs.h