[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] GM2 latest CVS including logitech libs with -fiso
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] GM2 latest CVS including logitech libs with -fiso |
Date: |
Fri, 03 Jun 2011 23:49:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
SiTex Graphics <address@hidden> writes:
> Hi Gaius,
>
> I just updated my gm2 install to the latest CVS, and gm2 now appears
> to always include the logitech libs even when I specify -fiso. This
> did not happen in the previous build I was using (the CVS from July 2,
> 2010). Is this a bug or an intentional change? Is there a way to
> tell gm2 to omit the logitech libs?
>
> Thanks,
> Scott
Hi Scott,
yes - someone requested that logitech should be included with pim. It
should be an easy fix to separate out logitech from pim. How much of a
problem is this, as logitech appears at the end of the link.
A quick and very dirty solution would be to edit:
gcc-4.1.2/gcc/gm2/gm2spec.c
and at line 466 change this code:
case pim:
add_default_combinations (in_argc, in_argv, libpath, pim, logitech, iso,
maxlib, s);
break;
to
case pim:
add_default_combinations (in_argc, in_argv, libpath, pim, pim, iso, maxlib,
s);
break;
regards,
Gaius