[Bug 551] icedtea6-1.9 compile failure with --enable-zero --enable-shark on ppc64
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Sep 13 08:55:26 PDT 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=551
------- Comment #7 from acrux at linuxmail.org 2010-09-13 15:55 -------
(In reply to comment #5)
> LLVM 2.7 contains two code generator target backends for powerpc, ppc32 and
> ppc64.
>
> The LLVM ppc32 target backend are well tested, the LLVM project have been
> running a 32bit ppc buildbot that have informed the developers of any
> problems/regressions during the LLVM 2.7 stabilization phase. The LLVM ppc32
> backend are are able to pass the LLVM regression testsuite (make check).
> Despite all testing of the ppc32 target backend, there are one major PPC JIT
> bug left in LLVM 2.7:
> See: http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=399 /
> http://llvm.org/bugs/show_bug.cgi?id=5201
>
thanks these infos, i'm going to recompile llvm-2.7 using the patch provided in
PR339.
Anyway my bilds are able to end the "make check" process. I use this configure
options:
./configure --prefix=/usr --enable-shared \
--enable-libffi --enable-optimize \
--enable-targets=host-only \
--enable-threads --enable-pic --enable-jit \
--disable-assertions
thus on 32bit it compiles only ppc stuff and on 64bit only ppc64 stuff.
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list