cross-i686-pc-linux-gnu: fix gcc bootstrap

This commit is contained in:
Jürgen Buchmüller 2016-08-05 15:27:57 +02:00
parent 4ae68d6daf
commit 933bea6cc3

View file

@ -80,6 +80,9 @@ _gcc_bootstrap() {
[ ! -d ../gcc-bootstrap ] && mkdir ../gcc-bootstrap
cd ../gcc-bootstrap
# Fix https://build.voidlinux.eu/builders/x86_64_builder/builds/24895/steps/shell_3/logs/stdio
export gcc_cv_libc_provides_ssp=yes
CFLAGS="-O0 -g0" CXXFLAGS="-O0 -g0" \
../gcc-${_gcc_version}/configure --prefix=/usr \
--target=${_triplet} --without-headers \