mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-15 16:05:14 +01:00
Fix some pathes in glibc
This commit is contained in:
parent
df462a9511
commit
3de7f52194
@ -276,7 +276,6 @@ CXX="$LFS_TGT-g++ -m32" \
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
|
||||
cp -a DESTDIR&lib-m32;/* $LFS&lib-m32;/
|
||||
cp -a DESTDIR&usr-lib-m32; $LFS/usr/
|
||||
install -vm644 DESTDIR/usr/include/gnu/{lib-names,stubs}-32.h \
|
||||
$LFS/usr/include/gnu/
|
||||
@ -348,7 +347,6 @@ CXX="$LFS_TGT-g++ -mx32" \
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
|
||||
cp -a DESTDIR&lib-mx32;/* $LFS&lib-mx32;/
|
||||
cp -a DESTDIR&usr-lib-mx32; $LFS/usr/
|
||||
install -vm644 DESTDIR/usr/include/gnu/{lib-names,stubs}-x32.h \
|
||||
$LFS/usr/include/gnu/
|
||||
|
@ -512,7 +512,6 @@ find .. -name "*.a" -delete</userinput></screen>
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
|
||||
cp -a DESTDIR&lib-m32;/* &lib-m32;/
|
||||
cp -a DESTDIR&usr-lib-m32;/* &usr-lib-m32;/
|
||||
install -vm644 DESTDIR/usr/include/gnu/{lib-names,stubs}-32.h \
|
||||
/usr/include/gnu/
|
||||
@ -578,7 +577,7 @@ find .. -name "*.a" -delete</userinput></screen>
|
||||
--enable-multi-arch \
|
||||
--libdir=&usr-lib-mx32; \
|
||||
--libexecdir=&usr-lib-mx32; \
|
||||
libc_cv_slibdir=&lib-mx32;</userinput></screen>
|
||||
libc_cv_slibdir=&usr-lib-mx32;</userinput></screen>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
@ -587,7 +586,6 @@ find .. -name "*.a" -delete</userinput></screen>
|
||||
<para>Install the package:</para>
|
||||
|
||||
<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
|
||||
cp -a DESTDIR&lib-mx32;/* &lib-mx32;/
|
||||
cp -a DESTDIR&usr-lib-mx32;/* &usr-lib-mx32;/
|
||||
install -vm644 DESTDIR/usr/include/gnu/{lib-names,stubs}-x32.h \
|
||||
/usr/include/gnu/
|
||||
|
Loading…
Reference in New Issue
Block a user