Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 May 2019 19:53:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 237370] java/openjdk12: Add powerpc64 support
Message-ID:  <bug-237370-25139-b7UQlOa20f@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237370-25139@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237370-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237370

--- Comment #24 from Francis Little <oggy@farscape.co.uk> ---
Hi, the build has completed using the following:

env CC=3D/usr/local/bin/gcc8 \
    CXX=3D/usr/local/bin/g++8 \
    bash configure \
        --with-boot-jdk=3D/usr/local/openjdk11 \
        --disable-ccache \
        --disable-hotspot-gtest \
        --disable-dtrace \
        --disable-warnings-as-errors \
        --with-alsa=3D/usr/local \
        --with-cups=3D/usr/local \
        --with-fontconfig=3D/usr/local \
        --with-freetype=3Dsystem \
        --with-freetype-include=3D/usr/local/include/freetype2 \
        --with-freetype-lib=3D/usr/local/lib \
        --with-libjpeg=3Dsystem \
        --with-giflib=3Dsystem \
        --with-giflib-include=3D/usr/local/include \
        --with-giflib-lib=3D/usr/local/lib \
        --with-libpng=3Dsystem \
        --with-zlib=3Dsystem \
        --with-lcms=3Dsystem \
        --with-toolchain-type=3Dgcc \
        --x-includes=3D/usr/local/include \
        --x-libraries=3D/usr/local/lib \
        --with-debug-level=3Drelease

env LANG=3D"C" \
    LC_ALL=3D"C" \
    CLASSPATH=3D"" \
    JAVA_HOME=3D"" \
    LD_LIBRARY_PATH=3D"" \
    CC=3D/usr/local/bin/gcc8 \
    CXX=3D/usr/local/bin/g++8 \
    MAKEFLAGS=3D"" \
    gmake \
    CC=3D/usr/local/bin/gcc8 \
    CXX=3D/usr/local/bin/g++8 \
    COMPILER_WARNINGS_FATAL=3D"false" \
    LOG=3Ddebug \
    images


root@PowerMacG5:~/jdk/openjdk-jdk12u #
./build/bsd-ppc64-server-release/jdk/bin/java --version
openjdk 12.0.1-internal 2019-04-16
OpenJDK Runtime Environment (build 12.0.1-internal+0-adhoc.root.openjdk-jdk=
12u)
OpenJDK 64-Bit Server VM (build 12.0.1-internal+0-adhoc.root.openjdk-jdk12u,
mixed mode)
root@PowerMacG5:~/jdk/openjdk-jdk12u #
./build/bsd-ppc64-server-release/jdk/bin/javac --version
javac 12.0.1-internal

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237370-25139-b7UQlOa20f>