Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-ppc-dev
Hey kainz
I'll post future patches here I guess for now ;)
The patch makes it so that the default options are _not_ redefined on
ppc (they are currently redefined in the r9 build which was the
problem). The current build blindly overrides them with -ansi.
Martin Schlemmer (azarah@g.o) has a copy of the patch and the
working ebuild as well, and I think he's the xfree maintainer so it
should be all good, but you maye want to double check with him as well.
Mark
On Sunday, May 19, 2002, at 04:27 PM, Kain wrote:
> On Sun, May 19, 2002 at 12:57:54PM -0400, Mark Guertin wrote:
>> For anyone who can't wait, here's the patch that fixed the r9 build.
>> Hopefully it will get committed very very soon as we have been without
>> working scroll wheels for a long time now. Patch follows.
>
> I know I'm most often *dead* on IRC, but I *do* read my email. :) Feel
> free to toss patches, fixes, and stuff to kain@... (or preferably
> gentooppc-dev@g.o) and I will process them.
>
>> + # ppc requires the xfree default for ppc ( -fsigned-char )
>> + if [ ${ARCH} != ppc ] ; then
>> + echo "#define DefaultCCOptions -ansi" >> config/cf/host.def
>> + fi
>
> Do we actually need to *replace* the DefaultCCOptions or is there a way
> we can add to them?
>
|
|