(CC): Delete the -V option.
From-SVN: r2897
This commit is contained in:
parent
b53241dce5
commit
08408c5c21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user