From 08408c5c21c8ddca05040e1883a6ff3467eff730 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 19 Dec 1992 22:52:27 +0000 Subject: [PATCH] (CC): Delete the -V option. From-SVN: r2897 --- gcc/build-make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/build-make b/gcc/build-make index 95453be4591..584ec230665 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 -- 2.30.2