Commit 2c50b895 authored by diego's avatar diego

Use cc_default variable in help output for --cc option.

The cc variable is not yet initialized when the help output is printed.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16757 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b19f8404
......@@ -123,7 +123,7 @@ show_help(){
echo " --target-exec=CMD command to run executables on target"
echo " --target-path=DIR path to view of build directory on target"
echo " --nm=NM use nm tool"
echo " --cc=CC use C compiler CC [$cc]"
echo " --cc=CC use C compiler CC [$cc_default]"
echo " --host-cc=HOSTCC use host C compiler HOSTCC"
echo " --host-cflags=HCFLAGS use HCFLAGS when compiling for host"
echo " --host-ldflags=HLDFLAGS use HLDFLAGS when linking for host"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment