To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=105302 Issue #|105302 Summary|fix build failure on arm-linux-gnueabi with -mfloat-ab |i=softfp -mfpu=vfp Component|porting Version|OOO310m19 Platform|Other URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|cmc Reported by|doko
------- Additional comments from d...@openoffice.org Wed Sep 23 13:01:04 +0000 2009 ------- /* * Based on http://gcc.gnu.org/PR41443 * References to __SOFTFP__ are incorrect for EABI; the __SOFTFP__ code * should be used for *soft-float ABI* whether or not VFP is enabled, * and __SOFTFP__ does specifically mean soft-float not soft-float ABI. * * Changing the conditionals to __SOFTFP__ || __ARM_EABI__ then * -mfloat-abi=softfp should work. -mfloat-abi=hard won't; that would * need both a new macro to identify the hard-VFP ABI. */ --------------------------------------------------------------------- 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