On Fr, 29.02.08 16:59 Thomas Kuther <
gimpel@xxxxxxxxxxxxxxxx> wrote:
> On Fr, 29.02.08 16:45 Thomas Kuther <
gimpel@xxxxxxxxxxxxxxxx> wrote:
>
> > On Fr, 29.02.08 00:40 "kRAkEn/gORe" <
kunitoki@xxxxxxxxx> wrote:
> >
> > > Hi,
> > > may need some testing with amd64 systems (x86 works nicely)
> > >
> > > cheers !
> >
> > Wait a minute...
> >
> > Our ebuild compiles Jost with a 32bit toolchain.
> > -----------------------
> > if use amd64 && use vst; then
> > multilib_toolchain_setup x86
> > -----------------------
> > etc....
> >
> > So if jost should be built 64bit and the bridge should be built
> > 32bit, we need to edit it a bit more ;)
>
> Err, the other way round of course, bridge 64, jost 32.
>
> Anyways, does the Makefile take care that the bridge is compiled 64bit
> even with a 32bit toolchain? Or even better, does it append -m32 to
> the jost build process in a 64bit toolchain?