From 1dfdb9dc069f00cdb0f00cc1248c064ede737aa6 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 14 Sep 2020 13:54:01 +0700 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 609daa5..7f6cb42 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -15,6 +15,7 @@ sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf- cd openjdk rm -rf build +# --with-toolchain-type=clang \ bash ./configure \ --enable-option-checking=fatal \ --build=x86_64-linux-gnu \ @@ -28,7 +29,6 @@ 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=$?