We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this message :
configure: If wine is installed, use make check TESTS_ENVIRONMENT=wine. make[1]: Leaving directory '/ps3toolchain/build/gcc-7.2.0/build-spu' make: *** [Makefile:903: all] Error 2 ../scripts/006-gcc-newlib-SPU.sh: Failed.
I only changed python-config to pyhton3-config in check-python.sh
I also noticed something weird :
build_alias=x86_64-unknown-cygwin
I think it should be
build_alias=x86_64-ps3-cygwin
the unknown tag is weird
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have this message :
configure: If wine is installed, use make check TESTS_ENVIRONMENT=wine.
make[1]: Leaving directory '/ps3toolchain/build/gcc-7.2.0/build-spu'
make: *** [Makefile:903: all] Error 2
../scripts/006-gcc-newlib-SPU.sh: Failed.
I only changed python-config to pyhton3-config in check-python.sh
I also noticed something weird :
build_alias=x86_64-unknown-cygwin
I think it should be
build_alias=x86_64-ps3-cygwin
the unknown tag is weird
The text was updated successfully, but these errors were encountered: