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:
Alexander Kabaev 2003-11-13 22:40:05 +00:00
parent 0ad79d2c04
commit 57ec9907bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122632

View File

@ -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",