mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-18 00:24:55 -04:00
Add --std=c++0x
This commit is contained in:
parent
59c09bbd00
commit
e06b4ba1e1
@ -25,6 +25,7 @@ cd openjdk
|
|||||||
rm -rf build
|
rm -rf build
|
||||||
bash ./configure \
|
bash ./configure \
|
||||||
--with-extra-cflags="$CPPFLAGS" \
|
--with-extra-cflags="$CPPFLAGS" \
|
||||||
|
--with-extra-cxxflags="$CXXFLAGS --std=c++0x" \
|
||||||
--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