mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 10:24:48 -07:00
gcc: Fix -pipe
This commit is contained in:
parent
095eb06645
commit
94b9e47dce
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user