2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

gcc: Fix -pipe

This commit is contained in:
Dylan Araps 2019-07-13 12:03:18 +03:00
parent 095eb06645
commit 94b9e47dce

View File

@ -7,8 +7,8 @@ cd gcc-build
export libat_cv_have_ifunc=no
# Unset CFLAGS/CXXFLAGS to make 'gcc' build as generic.
unset CFLAGS CXXFLAGS
export CFLAGS=-pipe
export CXXFLAGS=-pipe
../gcc/configure \
--prefix=/usr \