mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-10 12:47:00 -04:00
Attempt ignore unrecongized options
This commit is contained in:
parent
898df41ea0
commit
ebba2ec063
@ -13,6 +13,9 @@ fi
|
|||||||
|
|
||||||
sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev
|
sudo apt -y install gcc-multilib g++-multilib libxtst-dev libasound2-dev libelf-dev
|
||||||
|
|
||||||
|
# Attempt ignore x86 GCC options
|
||||||
|
CFLAGS+=-Wunknown-warning
|
||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user