chroot-gcc: fix build.
This commit is contained in:
parent
a899cff64a
commit
809b6f1eae
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
cd gcc-${version}
|
cd gcc-${version}
|
||||||
for f in ${FILESDIR}/*.{diff,patch}; do
|
for f in ${FILESDIR}/*; do
|
||||||
patch -Np0 -i ${f}
|
patch -Np0 -i ${f}
|
||||||
done
|
done
|
||||||
# As specified in the LFS book, disable installing libiberty.
|
# As specified in the LFS book, disable installing libiberty.
|
||||||
|
|
Loading…
Add table
Reference in a new issue