From 3a6db389b250439a0cce6b45ef1424a5728f5d18 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 12 Jan 2023 03:01:34 +0000 Subject: more fixing --- .../MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c | 2 +- .../CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler_and_linker/CmdLine_Tools') diff --git a/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c index 7e741c3..f605817 100644 --- a/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c +++ b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Options/Glue/ParserGlue-mach-ppc-cc.c @@ -75,7 +75,7 @@ static int MidParse() { pCmdLine.state = OptsCmdLineState_2; if (parseopts.possibleFiles > 0 && useDefaultIncludes) { - if ((env = GetEnvVar("MWCMachPPCIncludes", 1, &match))) { + if ((env = GetEnvVar("MWCMachPPCIncludes\0MWCIncludes\0", 1, &match))) { // FIXME can probably get rid of this cast later if (!AddAccessPathList(env, ':', ',', 1, (char *) match, 1, -1, 0)) return 0; diff --git a/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c index a0cf8c7..484db0f 100644 --- a/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c +++ b/compiler_and_linker/CmdLine_Tools/MacOS_PPC/Tools_PPC/Src/Plugin/libimp-mach-ppc.c @@ -8,7 +8,7 @@ CWPLUGIN_ENTRY (PPCLibImport_GetDropInFlags)(const DropInFlags **flags, SInt32 * kCurrentDropInFlagsVersion, CWDROPINCOMPILERTYPE, DROPINCOMPILERLINKERAPIVERSION_8, - kGeneratescode | kCanpreprocess | kCanprecompile | kCompAllowDupFileNames | kCompMultiTargAware, + kGeneratescode | kCompAllowDupFileNames | kCompMultiTargAware, Lang_MISC, DROPINCOMPILERLINKERAPIVERSION_12 }; -- cgit v1.2.3