chroot-gcc: fix build.

This commit is contained in:
Juan RP 2013-04-16 18:30:57 +02:00
parent a899cff64a
commit 809b6f1eae

View file

@ -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.