ldconfig: remove a comment which is another remnant of a.out support
Noted and reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D33058
This commit is contained in:
parent
40dd1c9c06
commit
83511ce5c4
@ -102,7 +102,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (is_soft)
|
||||
hints_file = _PATH_ELFSOFT_HINTS; /* Never will have a.out softfloat */
|
||||
hints_file = _PATH_ELFSOFT_HINTS;
|
||||
else if (is_32)
|
||||
hints_file = _PATH_ELF32_HINTS;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user