Commit 11e6d03a authored by Diego Biurrun's avatar Diego Biurrun

alphabetical ordering cosmetics

Originally committed as revision 16461 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3a8e375a
......@@ -1103,15 +1103,15 @@ mandir_default='${prefix}/share/man'
shlibdir_default="$libdir_default"
# toolchain
ar="ar"
cc_default="gcc"
host_cc_default="gcc"
yasmexe="yasm"
ar="ar"
ln_s="ln -sf"
nm_default="nm"
objformat="elf"
ranlib="ranlib"
strip="strip"
ln_s="ln -sf"
objformat="elf"
yasmexe="yasm"
# machine
arch=`uname -m`
......@@ -1272,12 +1272,12 @@ set >> $logfile
test -n "$cross_prefix" && enable cross_compile
cc_default="${cross_prefix}${cc_default}"
yasmexe="${cross_prefix}${yasmexe}"
ar="${cross_prefix}${ar}"
cc_default="${cross_prefix}${cc_default}"
nm_default="${cross_prefix}${nm_default}"
ranlib="${cross_prefix}${ranlib}"
strip="${cross_prefix}${strip}"
yasmexe="${cross_prefix}${yasmexe}"
set_default cc nm
enabled cross_compile || host_cc_default=$cc
......
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