diff options
Diffstat (limited to 'gcc/lto-wrapper.c')
-rw-r--r-- | gcc/lto-wrapper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c index 8c84aea..56eea90 100644 --- a/gcc/lto-wrapper.c +++ b/gcc/lto-wrapper.c @@ -822,8 +822,8 @@ compile_offload_image (const char *target, const char *compiler_path, if (!compiler) fatal_error (input_location, - "could not find %s in %s (consider using '-B')\n", suffix + 1, - compiler_path); + "could not find %s in %s (consider using %<-B%>)\n", + suffix + 1, compiler_path); /* Generate temporary output file name. */ filename = make_temp_file (".target.o"); |