From d3706b6b1608f58b39a4f09ecc4ad9852aeb1833 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:28:04 +0700 Subject: [PATCH] Add --with-toolchain-type=clang --- buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildjdk.sh b/buildjdk.sh index e8593f9..609daa5 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -28,6 +28,7 @@ bash ./configure \ --with-debug-level=release \ --with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \ + --with-toolchain-type=clang \ --x-includes=/usr/include \ --x-libraries=/usr/lib \ || error_code=$?