diff options
author | Richard Stallman <rms@gnu.org> | 1992-12-19 22:52:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-12-19 22:52:27 +0000 |
commit | 08408c5c21c8ddca05040e1883a6ff3467eff730 (patch) | |
tree | 9243b6ec43ca9488e2159bee3be1b6ce0f7d35a5 /gcc/build-make | |
parent | b53241dce54ba589d0dacd9cbc30f73b27995705 (diff) | |
download | gcc-08408c5c21c8ddca05040e1883a6ff3467eff730.zip gcc-08408c5c21c8ddca05040e1883a6ff3467eff730.tar.gz gcc-08408c5c21c8ddca05040e1883a6ff3467eff730.tar.bz2 |
(CC): Delete the -V option.
From-SVN: r2897
Diffstat (limited to 'gcc/build-make')
-rw-r--r-- | gcc/build-make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/build-make b/gcc/build-make index 95453be..584ec23 100644 --- a/gcc/build-make +++ b/gcc/build-make @@ -1,5 +1,5 @@ # We have to use the cross-compiler we just built to compile it. -CC = gcc -b $(target) -V $(version) +CC = gcc -b $(target) # Need those to compile binaries running on host machine. # It is configured by |