From f9ebe19f31d6d6e404bce2bbd133a76575e041fa Mon Sep 17 00:00:00 2001 From: froydnj Date: Tue, 12 Aug 2008 18:19:08 +0000 Subject: PR libgomp/26165 * gcc.c (include_spec_function): Tweak call to find_a_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139031 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/gcc.c') diff --git a/gcc/gcc.c b/gcc/gcc.c index 8c0aa820c58..75dc67d0e8e 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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; -- cgit v1.2.1