chroot-gcc: fix build.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user