[ooo-build-commit] Branch 'ooo-build-3-1-1' - patches/dev300

René Engelhard rene at kemper.freedesktop.org
Wed Oct 7 08:32:41 PDT 2009


 patches/dev300/armeabi-softfp-buildfix.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 646bc9fa18f1691bda022b2520d5c3b3a498661f
Author: Rene Engelhard <rene at debian.org>
Date:   Wed Oct 7 17:30:07 2009 +0200

    backport typo fix for armeabi-softfp-buildfix.diff from i#105302

diff --git a/patches/dev300/armeabi-softfp-buildfix.diff b/patches/dev300/armeabi-softfp-buildfix.diff
index 5ba5cdb..cdcb2ae 100644
--- a/patches/dev300/armeabi-softfp-buildfix.diff
+++ b/patches/dev300/armeabi-softfp-buildfix.diff
@@ -15,7 +15,7 @@
 + * -mfloat-abi=softfp should work.  -mfloat-abi=hard won't; that would
 + * need both a new macro to identify the hard-VFP ABI.
 + */
-+#if !defined(__ARM_EABI__) && (!defined(__SOFTFP__)
++#if !defined(__ARM_EABI__) && !defined(__SOFTFP__)
  #error Not Implemented
  
  /*


More information about the ooo-build-commit mailing list