Commit 76e15844 authored by mru's avatar mru

10l to myself for being overzealous with $cross_prefix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5465 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8a4f5973
......@@ -129,12 +129,12 @@ temp_extralibs(){
check_cc(){
cat >$TMPC
${cross_prefix}$cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
$cc $CFLAGS "$@" -c -o $TMPO $TMPC >/dev/null 2>&1
}
check_ld(){
cat >$TMPC
${cross_prefix}$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
$cc $CFLAGS $LDFLAGS "$@" -o $TMPE $TMPC $extralibs >/dev/null 2>&1
}
check_cflags(){
......
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