Commit 4d2b059d by Nathan Froyd Committed by Nathan Froyd

re PR libgomp/26165 (Cannot find libgomp.spec after 'make install' on x86_64 and ppc64)

	PR libgomp/26165

	* gcc.c (include_spec_function): Tweak call to find_a_file.

From-SVN: r139031
parent c0285905
2008-08-12 Nathan Froyd <froydnj@codesourcery.com>
PR libgomp/26165
* gcc.c (include_spec_function): Tweak call to find_a_file.
2008-08-12 Jakub Jelinek <jakub@redhat.com>
PR middle-end/37014
......
......@@ -8044,7 +8044,7 @@ include_spec_function (int argc, const char **argv)
if (argc != 1)
abort ();
file = find_a_file (&startfile_prefixes, argv[0], R_OK, 0);
file = find_a_file (&startfile_prefixes, argv[0], R_OK, true);
read_specs (file ? file : argv[0], FALSE);
return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment