From ebba2ec06308d787be64cc3a4e3e6fa07517d534 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 14 Sep 2020 11:40:29 +0700 Subject: [PATCH] Attempt ignore unrecongized options --- buildjdk.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildjdk.sh b/buildjdk.sh index e8593f9..1b68029 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -13,6 +13,9 @@ fi sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev +# Attempt ignore x86 GCC options +CFLAGS+=-Wunknown-warning + cd openjdk rm -rf build bash ./configure \