Index: files/patch-libinterp_corefcn_sysdep.cc =================================================================== --- files/patch-libinterp_corefcn_sysdep.cc (nonexistent) +++ files/patch-libinterp_corefcn_sysdep.cc (working copy) @@ -0,0 +1,31 @@ +--- libinterp/corefcn/sysdep.cc.orig 2016-04-20 20:23:56 UTC ++++ libinterp/corefcn/sysdep.cc +@@ -64,6 +64,10 @@ along with Octave; see the file COPYING. If not, see + #include + #endif + ++#if defined (__FreeBSD__) && defined(__arm__) ++#include ++#endif ++ + #include "cmd-edit.h" + #include "file-ops.h" + #include "lo-mappers.h" +@@ -96,6 +100,7 @@ along with Octave; see the file COPYING. If not, see + static void + BSD_init (void) + { ++#if (defined (__FreeBSD__) && !defined(__arm__)) + #if defined (HAVE_FLOATINGPOINT_H) + // Disable trapping on common exceptions. + #ifndef FP_X_DNML +@@ -103,6 +108,9 @@ BSD_init (void) + #endif + fpsetmask (~(FP_X_OFL|FP_X_INV|FP_X_DZ|FP_X_DNML|FP_X_UFL|FP_X_IMP)); + #endif ++#else // FreeBSD && arm ++ fedisableexcept(FE_ALL_EXCEPT); ++#endif // FreeBSD && arm + } + #endif + Property changes on: files/patch-libinterp_corefcn_sysdep.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property