mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-14 06:36:48 -04:00
Use --std=c++11 to get nullptr available
This commit is contained in:
parent
e06b4ba1e1
commit
265edd2419
@ -25,7 +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-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