summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2009-10-07 17:30:07 +0200
committerRene Engelhard <rene@debian.org>2009-10-07 17:32:10 +0200
commit646bc9fa18f1691bda022b2520d5c3b3a498661f (patch)
tree5898e7e409b650e712547af1b44bcb07ca93af4d
parent72fb8ba4ac14a5d150ee219d822157166c40a15f (diff)
backport typo fix for armeabi-softfp-buildfix.diff from i#105302
-rw-r--r--patches/dev300/armeabi-softfp-buildfix.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/dev300/armeabi-softfp-buildfix.diff b/patches/dev300/armeabi-softfp-buildfix.diff
index 5ba5cdbea..cdcb2aed9 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
/*