To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=117017





------- Additional comments from er...@openoffice.org Sun Feb 20 10:17:19 +0000 
2011 -------
@Rene 

Pasted from the patch :

+# Default is armv7 mini. If you build 
+# for an older version (could be slow),
+# please adapt to your needs 
+
+.IF "$(ARM_TARGET)" == "ARMV6"
+ARCH_FLAGS+=-march=armv6 -mfloat-abi=softfp -D__SOFTFP__
+CDEFS+=-DARMV6
+.ENDIF
+
+.IF "$(ARM_TARGET)" == "ARMV7"
+ARCH_FLAGS+=-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-D__SOFTFP__
+CDEFS+=-DARMV7
+.ENDIF
+


*Where* do you read -D__SOFTFP is hardcoded for armv5 ?



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to