[Ffmpeg-cvslog] r8060 - trunk/configure
gpoirier
subversion
Thu Feb 22 01:04:50 CET 2007
Author: gpoirier
Date: Thu Feb 22 01:04:50 2007
New Revision: 8060
Modified:
trunk/configure
Log:
add bfin cpu specific build options, patch by Marc Hoffman % mmh P pleasantst P com %
original thread:
date: Feb 21, 2007 1:32 PM
subject: [Ffmpeg-devel] bfin cpu specific build options
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Feb 22 01:04:50 2007
@@ -1328,6 +1328,11 @@
sparc64)
add_cflags "-mcpu=v9"
;;
+ bf*) #bf531 bf532 bf533 bf561 bf5xx all get this config
+ add_cflags "-mfdpic"
+ add_ldflags "-mfdpic"
+ add_ldflags "-Wl,--defsym,__stacksize=0x40000"
+ ;;
*)
echo "WARNING: Unknown CPU \"$cpu\", ignored."
;;
More information about the ffmpeg-cvslog
mailing list