mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +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
|
||||
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
|
||||
else
|
||||
ln -sfv ../lib/ld.so.1 $LFS/lib64
|
||||
|
Loading…
Reference in New Issue
Block a user