1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-08-01 23:54:52 +00:00

update phase 4 packages

This commit is contained in:
Kyle Glaws
2023-02-18 23:22:36 -05:00
parent ee6d3864bf
commit 62478febd1
31 changed files with 64 additions and 78 deletions

View File

@ -1,13 +1,16 @@
# Binutils Phase 4
patch -Np1 -i ../$(basename $PATCH_BINUTILS)
sed -e '/R_386_TLS_LE /i \ || (TYPE) == R_386_TLS_IE \\' \
-i ./bfd/elfxx-x86.h
EXPECTOUT=$(expect -c 'spawn ls')
if [ "$EXPECTOUT" != "$(echo -ne 'spawn ls\r\n')" ]
then
echo $EXPECTOUT
exit 1
fi
mkdir build
cd build
../configure --prefix=/usr \
--sysconfdir=/etc \
--enable-gold \
--enable-ld=default \
--enable-plugins \