Skip to content
Snippets Groups Projects
Commit f6b375b9 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Merge bfin add_ldflags lines.

Originally committed as revision 8064 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e4b89522
No related branches found
No related tags found
No related merge requests found
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment