mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-12 05:34:56 -04:00
Update setdevkitpath.sh
This commit is contained in:
parent
4256467a53
commit
e9f8d7665b
@ -74,3 +74,8 @@ export OBJCOPY=$TOOLCHAIN/bin/$TARGET-objcopy
|
||||
export RANLIB=$TOOLCHAIN/bin/$TARGET-ranlib
|
||||
export STRIP=$TOOLCHAIN/bin/$TARGET-strip
|
||||
fi
|
||||
echo "--- GCC time ---"
|
||||
$CC --version
|
||||
echo "--- G++ time ---"
|
||||
$CXX --version
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user