]> gcc.gnu.org Git - gcc.git/commitdiff
(CC): Delete the -V option.
authorRichard Stallman <rms@gnu.org>
Sat, 19 Dec 1992 22:52:27 +0000 (22:52 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 19 Dec 1992 22:52:27 +0000 (22:52 +0000)
From-SVN: r2897

gcc/build-make

index 95453be459125ccf03a2611a7180693a3594a19c..584ec230665225e1d2eb1363082759015be77469 100644 (file)
@@ -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
This page took 0.062452 seconds and 5 git commands to generate.