mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
mips64el: glibc: Simplify nan encoding check for rtld name
This commit is contained in:
parent
858a1409f0
commit
f195ff5c96
@ -46,7 +46,7 @@
|
|||||||
<para>Create a compatibility symbolic link required for proper
|
<para>Create a compatibility symbolic link required for proper
|
||||||
operation of the dynamic library loader:</para>
|
operation of the dynamic library loader:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">if $LFS_TGT-gcc -v 2>&1 | grep nan=2008 &>/dev/null; then
|
<screen><userinput remap="pre">if $LFS_TGT-gcc -v |& grep -q nan=2008; then
|
||||||
ln -sfv ../lib/ld-linux-mipsn8.so.1 $LFS/lib64
|
ln -sfv ../lib/ld-linux-mipsn8.so.1 $LFS/lib64
|
||||||
else
|
else
|
||||||
ln -sfv ../lib/ld.so.1 $LFS/lib64
|
ln -sfv ../lib/ld.so.1 $LFS/lib64
|
||||||
|
Loading…
Reference in New Issue
Block a user