[xiph-commits] r11447 - trunk/speex
jm at svn.xiph.org
jm at svn.xiph.org
Sun May 28 02:23:41 PDT 2006
Author: jm
Date: 2006-05-28 02:23:38 -0700 (Sun, 28 May 2006)
New Revision: 11447
Modified:
trunk/speex/configure.ac
Log:
Added -Wl,-elf2flt=-s100000 to the LDFLAGS for Blackfin
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2006-05-28 09:21:58 UTC (rev 11446)
+++ trunk/speex/configure.ac 2006-05-28 09:23:38 UTC (rev 11447)
@@ -127,6 +127,7 @@
AC_ARG_ENABLE(blackfin-asm, [ --enable-blackfin-asm Make use of Blackfin assembly optimizations],
[if test "$enableval" = yes; then
AC_DEFINE([BFIN_ASM], , [Make use of Blackfin assembly optimizations])
+ LDFLAGS="-Wl,-elf2flt=-s100000"
fi])
AC_ARG_ENABLE(fixed-point-debug, [ --enable-fixed-point-debug Debug fixed-point implementation],
More information about the commits
mailing list