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=$?