summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-02-22 00:40:23 +0000
committerDiego Biurrun <diego@biurrun.de>2007-02-22 00:40:23 +0000
commitf6b375b95ef2f38552e8f6fccb61074e8c3fdb3a (patch)
tree479a67ada0400a7d59825c5d9753305ad3c81665
parente4b895228ff259e72f354cd702fe017931357cae (diff)
downloadffmpeg-streaming-f6b375b95ef2f38552e8f6fccb61074e8c3fdb3a.zip
ffmpeg-streaming-f6b375b95ef2f38552e8f6fccb61074e8c3fdb3a.tar.gz
Merge bfin add_ldflags lines.
Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index ca50980..e6402a7 100755
--- a/configure
+++ b/configure
@@ -1330,8 +1330,7 @@ if test $cpu != "generic"; then
;;
bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
add_cflags "-mfdpic"
- add_ldflags "-mfdpic"
- add_ldflags "-Wl,--defsym,__stacksize=0x40000"
+ add_ldflags "-mfdpic -Wl,--defsym,__stacksize=0x40000"
;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
OpenPOWER on IntegriCloud