[Bug 237370] java/openjdk12: Add powerpc64 support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 6 19:53:18 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237370

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

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

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


root at 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-jdk12u)
OpenJDK 64-Bit Server VM (build 12.0.1-internal+0-adhoc.root.openjdk-jdk12u,
mixed mode)
root at PowerMacG5:~/jdk/openjdk-jdk12u #
./build/bsd-ppc64-server-release/jdk/bin/javac --version
javac 12.0.1-internal

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


More information about the freebsd-ppc mailing list