[icedtea zero] enable 32bit builds for powerpc

Andrew John Hughes gnu_andrew at member.fsf.org
Sun Jul 20 13:52:01 PDT 2008


On 20/07/2008, Matthias Klose <doko at ubuntu.com> wrote:
> this may be dropped during the cacao/zero updates; currently all zero builds on
>  powerpc are done using the 64bit toolchain, not th 32bit toolchain. Adding the
>  powerpc configury. I can't test a 64bit powerpc build.
>
>   Matthias
>
>  2008-07-20  Matthias Klose  <doko at ubuntu.com>
>
>         * acinclude.m4 (SET_ARCH_DIRS): Add powerpc and powerpc64 configs.
>
> diff -r 2f1e7255ab4d acinclude.m4
>  --- a/acinclude.m4      Wed Jul 16 10:10:45 2008 -0400
>  +++ b/acinclude.m4      Sun Jul 20 17:04:30 2008 +0200
>  @@ -16,6 +16,16 @@ AC_DEFUN([SET_ARCH_DIRS],
>        INSTALL_ARCH_DIR=arm
>        JRE_ARCH_DIR=arm
>        ;;
>  +    powerpc-*-*)
>  +      BUILD_ARCH_DIR=ppc
>  +      INSTALL_ARCH_DIR=ppc
>  +      JRE_ARCH_DIR=ppc
>  +       ;;
>  +    powerpc64-*-*)
>  +      BUILD_ARCH_DIR=ppc64
>  +      INSTALL_ARCH_DIR=ppc64
>  +      JRE_ARCH_DIR=ppc64
>  +       ;;
>      sparc64-*-*)
>        BUILD_ARCH_DIR=sparcv9
>        INSTALL_ARCH_DIR=sparcv9
>
>
>

Has this been applied? I can check the build on ppc64.
-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list