cross-i686-pc-linux-gnu: fix gcc bootstrap
This commit is contained in:
parent
4ae68d6daf
commit
933bea6cc3
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue