Description: exprecision
  Don't try to mask of exprecision, doing so seems to break on the Pi and
  doesn't seem to be needed for the compiler to work.
Author: Peter Michael Green <plugwash@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- fpc-2.6.0.orig/fpcsrc/compiler/compiler.pas
+++ fpc-2.6.0/fpcsrc/compiler/compiler.pas
@@ -226,7 +226,7 @@ begin
     try
        ExceptionMask:=GetExceptionMask;
        SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
-                         exOverflow, exUnderflow, exPrecision]);
+                         exOverflow, exUnderflow]);
 
        starttime:=getrealtime;
 
