[commit][3134] Last minute changes for the ARM builds.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[commit][3134] Last minute changes for the ARM builds.

commits-3
 
Revision: 3134
Author:   eliot
Date:     2014-11-15 10:33:53 -0800 (Sat, 15 Nov 2014)
Log Message:
-----------
Last minute changes for the ARM builds.  Eliminate BitBltArmOther.o

Modified Paths:
--------------
    branches/Cog/platforms/unix/config/configure
    branches/Cog/platforms/unix/plugins/BitBltPlugin/acinclude.m4

Modified: branches/Cog/platforms/unix/config/configure
===================================================================
--- branches/Cog/platforms/unix/config/configure 2014-11-14 21:00:25 UTC (rev 3133)
+++ branches/Cog/platforms/unix/config/configure 2014-11-15 18:33:53 UTC (rev 3134)
@@ -27735,7 +27735,7 @@
 if test "${enable_fast_bitblt+set}" = set; then
   enableval="$enable_fast_bitblt"
    if   test "x$enableval" = "xyes" ; then
-      bitblt_objs="BitBltPlugin.o BitBltArm.o BitBltArmLinux.o BitBltArmOther.o BitBltArmSimd.o BitBltDispatch.o BitBltGeneric.o BitBltArmSimdAlphaBlend.o BitBltArmSimdBitLogical.o BitBltArmSimdPixPaint.o BitBltArmSimdSourceWord.o"
+      bitblt_objs="BitBltPlugin.o BitBltArm.o BitBltArmLinux.o BitBltArmSimd.o BitBltDispatch.o BitBltGeneric.o BitBltArmSimdAlphaBlend.o BitBltArmSimdBitLogical.o BitBltArmSimdPixPaint.o BitBltArmSimdSourceWord.o"
       bitblt_flags="-DENABLE_FAST_BLT"
    fi
 

Modified: branches/Cog/platforms/unix/plugins/BitBltPlugin/acinclude.m4
===================================================================
--- branches/Cog/platforms/unix/plugins/BitBltPlugin/acinclude.m4 2014-11-14 21:00:25 UTC (rev 3133)
+++ branches/Cog/platforms/unix/plugins/BitBltPlugin/acinclude.m4 2014-11-15 18:33:53 UTC (rev 3134)
@@ -11,7 +11,7 @@
 AC_ARG_ENABLE(fast-bitblt,
  [  --enable-fast-bitblt enable fast BitBlt optimizations (default=no)],
  [ if   test "x$enableval" = "xyes" ; then
-      bitblt_objs="BitBltPlugin.o BitBltArm.o BitBltArmLinux.o BitBltArmOther.o BitBltArmSimd.o BitBltDispatch.o BitBltGeneric.o BitBltArmSimdAlphaBlend.o BitBltArmSimdBitLogical.o BitBltArmSimdPixPaint.o BitBltArmSimdSourceWord.o"
+      bitblt_objs="BitBltPlugin.o BitBltArm.o BitBltArmLinux.o BitBltArmSimd.o BitBltDispatch.o BitBltGeneric.o BitBltArmSimdAlphaBlend.o BitBltArmSimdBitLogical.o BitBltArmSimdPixPaint.o BitBltArmSimdSourceWord.o"
       bitblt_flags="-DENABLE_FAST_BLT"
    fi
  ],