diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | i386/bogus/fpe.h | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,11 @@ +2001-06-25 Marcus Brinkmann <marcus@gnu.org> + + * i386/bogus/fpe.h (FPE): Define FPE to 0, as the floating point + emulation is broken anyway and blows up plex86. + 2001-06-17 Marcus Brinkmann <marcus@gnu.org> - * debian/rules: Update to cyrrent version. + * debian/rules: Update to current version. 2001-06-13 Roland McGrath <roland@frob.com> diff --git a/i386/bogus/fpe.h b/i386/bogus/fpe.h index 48cc80f..c5c0304 100644 --- a/i386/bogus/fpe.h +++ b/i386/bogus/fpe.h @@ -1 +1 @@ -#define FPE 1 +#define FPE 0 |