> On 6 Jan 2023, at 21:42, Gaius Mulley via Gcc-patches
> wrote:
>
> here are some patches which attempt to allow target specific include
> paths and library paths in the gm2 driver. I admit that the patch has
> flaws in that it only processes options -f, -m in the lang_specific_driver.
> [
ChangeLog entry follows:
regards,
Gaius
[PATCH, modula2] PR-108182 gm2 driver mishandles target and multilib options
here are some patches which attempt to allow target specific include
paths and library paths in the gm2 driver. I admit that the patch has
flaws in that it only processes
Hi,
here are some patches which attempt to allow target specific include
paths and library paths in the gm2 driver. I admit that the patch has
flaws in that it only processes options -f, -m in the lang_specific_driver.
[Called after driver::set_up_specs but before read_specs is called].
I susp