Skip to content

Commit

Permalink
Change gcc warning file name, remove unnecessary reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ljedrz committed Jul 9, 2018
1 parent 6b6a7a4 commit 232e77e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ fn make_win_dist(

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

0 comments on commit 232e77e

Please sign in to comment.