mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 15:47:40 -04:00
Update buildjdk.sh
This commit is contained in:
parent
265edd2419
commit
b1f0065665
@ -23,9 +23,9 @@ export LDFLAGS+=" -L`pwd`/dummy_libs"
|
|||||||
|
|
||||||
cd openjdk
|
cd openjdk
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
# --with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--with-extra-cflags="$CPPFLAGS" \
|
--with-extra-cflags="$CPPFLAGS" \
|
||||||
--with-extra-cxxflags="$CXXFLAGS --std=c++11" \
|
|
||||||
--with-extra-ldflags="$LDFLAGS" \
|
--with-extra-ldflags="$LDFLAGS" \
|
||||||
--enable-option-checking=fatal \
|
--enable-option-checking=fatal \
|
||||||
--openjdk-target=$TARGET \
|
--openjdk-target=$TARGET \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user