1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 08:50:03 +00:00

Allow one to specify a STANDARD_EXEC_PREFIX for GCC (but not BINUTILS) bits.

This commit is contained in:
David E. O'Brien 2002-03-03 04:18:00 +00:00
parent 0db0f1925a
commit a84e77fb7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91578

View File

@ -3847,16 +3847,18 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
fatal ("object format unknown");
}
#endif /* FREEBSD_NATIVE */
#ifndef FREEBSD_NATIVE
#ifndef OS2
add_prefix (&exec_prefixes, standard_exec_prefix, "GCC",
PREFIX_PRIORITY_LAST, 1, warn_std_ptr);
#ifndef FREEBSD_NATIVE
add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
PREFIX_PRIORITY_LAST, 2, warn_std_ptr);
add_prefix (&exec_prefixes, standard_exec_prefix_1, "BINUTILS",
PREFIX_PRIORITY_LAST, 2, warn_std_ptr);
#endif /* not FREEBSD_NATIVE */
#endif
#ifndef FREEBSD_NATIVE
add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
PREFIX_PRIORITY_LAST, 1, warn_std_ptr);
add_prefix (&startfile_prefixes, standard_exec_prefix_1, "BINUTILS",