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() {
|
||||
cd gcc-${version}
|
||||
for f in ${FILESDIR}/*.{diff,patch}; do
|
||||
for f in ${FILESDIR}/*; do
|
||||
patch -Np0 -i ${f}
|
||||
done
|
||||
# As specified in the LFS book, disable installing libiberty.
|
||||
|
|
Loading…
Reference in a new issue