From: Iain Sandoe Date: Thu, 11 Jul 2024 06:19:51 +0000 (+0100) Subject: Revert "fixincludes: skip stdio_stdarg_h on darwin" X-Git-Tag: basepoints/gcc-16~7589 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619f587f6852517889c216d4eb63728e9b062032;p=thirdparty%2Fgcc.git Revert "fixincludes: skip stdio_stdarg_h on darwin" This reverts commit 7d454cae9d7df1f2936ad02d0742674a85396736. The change breaks bootstrap on some x86_64 OS versions. --- diff --git a/fixincludes/fixincl.x b/fixincludes/fixincl.x index bfacf9aa3ae..9dc05ea17f1 100644 --- a/fixincludes/fixincl.x +++ b/fixincludes/fixincl.x @@ -2,11 +2,11 @@ * * DO NOT EDIT THIS FILE (fixincl.x) * - * It has been AutoGen-ed July 10, 2024 at 05:22:37 PM by AutoGen 5.18.16 + * It has been AutoGen-ed July 10, 2024 at 02:49:05 PM by AutoGen 5.18.16 * From the definitions inclhack.def * and the template file fixincl */ -/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Jul 10 17:22:37 CEST 2024 +/* DO NOT SVN-MERGE THIS FILE, EITHER Wed Jul 10 14:49:05 CEST 2024 * * You must regenerate it. Use the ./genfixes script. * @@ -8975,7 +8975,6 @@ tSCC zStdio_Stdarg_HList[] = */ tSCC* apzStdio_Stdarg_HMachs[] = { "*-*-solaris2.1[0-9]*", - "*-*-darwin*", (const char*)NULL }; /* diff --git a/fixincludes/inclhack.def b/fixincludes/inclhack.def index 69f751b4f27..1ac8e335419 100644 --- a/fixincludes/inclhack.def +++ b/fixincludes/inclhack.def @@ -4484,7 +4484,6 @@ fix = { * , which includes . */ mach = '*-*-solaris2.1[0-9]*'; - mach = "*-*-darwin*"; not_machine = true; c_fix = wrap;