Date: Mon, 06 May 2019 19:53:16 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 237370] java/openjdk12: Add powerpc64 support Message-ID: <bug-237370-8522-FJfN0bmyS6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-237370-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-237370-8522@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=237370 --- Comment #24 from Francis Little <oggy@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@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@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 the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237370-8522-FJfN0bmyS6>
