mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cross-i686-pc-linux-gnu: fix gcc bootstrap
This commit is contained in:
parent
4ae68d6daf
commit
933bea6cc3
1 changed files with 3 additions and 0 deletions
|
@ -80,6 +80,9 @@ _gcc_bootstrap() {
|
||||||
[ ! -d ../gcc-bootstrap ] && mkdir ../gcc-bootstrap
|
[ ! -d ../gcc-bootstrap ] && mkdir ../gcc-bootstrap
|
||||||
cd ../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" \
|
CFLAGS="-O0 -g0" CXXFLAGS="-O0 -g0" \
|
||||||
../gcc-${_gcc_version}/configure --prefix=/usr \
|
../gcc-${_gcc_version}/configure --prefix=/usr \
|
||||||
--target=${_triplet} --without-headers \
|
--target=${_triplet} --without-headers \
|
||||||
|
|
Loading…
Add table
Reference in a new issue