2018-05-01 Tom de Vries <tom@codesourcery.com>
PR lto/85451
* config/nvptx/mkoffload.c (main): Suggest using -B in "offload compiler
not found" error message.
From-SVN: r259809
+2018-05-01 Tom de Vries <tom@codesourcery.com>
+
+ PR lto/85451
+ * config/nvptx/mkoffload.c (main): Suggest using -B in "offload compiler
+ not found" error message.
+
2018-05-01 Tom de Vries <tom@codesourcery.com>
PR other/83786
if (!found)
fatal_error (input_location,
- "offload compiler %s not found", GCC_INSTALL_NAME);
+ "offload compiler %s not found (consider using '-B')",
+ GCC_INSTALL_NAME);
/* We may be called with all the arguments stored in some file and
passed with @file. Expand them into argv before processing. */