configure: Remove -gnu from target_os

Fixes #651768.
This commit is contained in:
David Schleef 2011-06-04 19:10:15 -07:00 committed by Edward Hervey
parent 2f63830924
commit e799091c8a

View file

@ -312,9 +312,10 @@ else
--enable-optimizations"
# if we are cross-compiling, tell ffmpeg so
target_os=`echo $host_os | sed 's/-gnu//'`
if test "x$cross_compiling" = xyes; then
embffmpeg_configure_args="$embffmpeg_configure_args --enable-cross-compile \
--target-os=$host_os --arch=$host_cpu --cross-prefix=$host_alias-"
--target-os=$target_os --arch=$host_cpu --cross-prefix=$host_alias-"
fi
case $host_os in