mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 03:03:32 +00:00
Use correct priority parameter value in add_prefix from corresponding
enum instead of passing literal 0. This fixes gcc invocations with GCC_EXEC_PREFIX environment set. Submitted By: Geoff Morrison PR: gnu/53476
This commit is contained in:
parent
0ad79d2c04
commit
57ec9907bc
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122632
@ -3671,7 +3671,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
|
||||
as well as trying the machine and the version. */
|
||||
#ifdef FREEBSD_NATIVE
|
||||
add_prefix (&exec_prefixes, PREFIX"/bin/", "BINUTILS",
|
||||
0, 0, warn_std_ptr, 0);
|
||||
PREFIX_PRIORITY_LAST, 0, warn_std_ptr, 0);
|
||||
#endif /* FREEBSD_NATIVE */
|
||||
#ifndef OS2
|
||||
add_prefix (&exec_prefixes, standard_exec_prefix, "GCC",
|
||||
|
Loading…
x
Reference in New Issue
Block a user