Skip to content

Commit 232e77e

Browse files
committed
Change gcc warning file name, remove unnecessary reference
1 parent 6b6a7a4 commit 232e77e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/dist.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ fn make_win_dist(
310310

311311
// Warn windows-gnu users that the bundled GCC cannot compile C files
312312
builder.create(
313-
&target_bin_dir.join("DO NOT USE THIS gcc.exe FOR COMPILATION.txt"),
314-
&"gcc.exe contained in this folder cannot be used for compiling C files - it is only\
313+
&target_bin_dir.join("GCC-WARNING.txt"),
314+
"gcc.exe contained in this folder cannot be used for compiling C files - it is only\
315315
used as a linker. In order to be able to compile projects containing C code use\
316316
the GCC provided by MinGW or Cygwin."
317317
);

0 commit comments

Comments
 (0)