ELF low-level toolchain bits now live in /usr/bin, not /usr/libexec/elf.

This commit is contained in:
David E. O'Brien 2002-10-12 01:39:46 +00:00
parent afe401e3de
commit be70d88803
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104953

View File

@ -3879,7 +3879,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
0, 0, warn_std_ptr, 0);
break;
case OBJFMT_ELF:
add_prefix (&exec_prefixes, PREFIX"/libexec/elf/", "BINUTILS",
add_prefix (&exec_prefixes, PREFIX"/bin/", "BINUTILS",
0, 0, warn_std_ptr, 0);
break;
case OBJFMT_UNKNOWN: