Browse code

Use cc_default variable in help output for --cc option. The cc variable is not yet initialized when the help output is printed.

Originally committed as revision 16757 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/01/25 02:49:01
Showing 1 changed files
... ...
@@ -123,7 +123,7 @@ show_help(){
123 123
   echo "  --target-exec=CMD        command to run executables on target"
124 124
   echo "  --target-path=DIR        path to view of build directory on target"
125 125
   echo "  --nm=NM                  use nm tool"
126
-  echo "  --cc=CC                  use C compiler CC [$cc]"
126
+  echo "  --cc=CC                  use C compiler CC [$cc_default]"
127 127
   echo "  --host-cc=HOSTCC         use host C compiler HOSTCC"
128 128
   echo "  --host-cflags=HCFLAGS    use HCFLAGS when compiling for host"
129 129
   echo "  --host-ldflags=HLDFLAGS  use HLDFLAGS when linking for host"