diff options
| author | ljedrz <ljedrz@gmail.com> | 2018-07-09 21:25:16 +0200 |
|---|---|---|
| committer | ljedrz <ljedrz@gmail.com> | 2018-07-09 21:25:16 +0200 |
| commit | 232e77e007eb9ec847f1737cd200102e2c309cf7 (patch) | |
| tree | e20718f17b0b14108f58184e634cfcf45db130ae /src/bootstrap | |
| parent | 6b6a7a4691e5e0b3285bd7fc3ceb40ca6ce3bd84 (diff) | |
| download | rust-232e77e007eb9ec847f1737cd200102e2c309cf7.tar.gz rust-232e77e007eb9ec847f1737cd200102e2c309cf7.zip | |
Change gcc warning file name, remove unnecessary reference
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/dist.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 3343ef89d7b..e4fbabdf231 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -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." ); |
