diff options
-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 |