Mnay fixes.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 5292710..b62d411 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,6 +1,6 @@
2000-04-16 Anthony Green <green@redhat.com>
- * README: Credit updates.
+ * README: Credit updates. Update supported platorms.
* include/ffi.h.in: Important size fixes from William Knottenblet
(wjk@doc.ic.ac.uk).
diff --git a/libffi/README b/libffi/README
index d68b63e..4d276bc 100644
--- a/libffi/README
+++ b/libffi/README
@@ -42,27 +42,26 @@ Supported Platforms and Prerequisites
Libffi has been ported to:
- SunOS 4.1.3 & Solaris 2.x (Sparc v8)
-
- 32- and 64-bit Sparc Linux (Sparc v8 and v9)
-
- Irix 5.3 & 6.2 (System V/o32 & n32)
+ Alpha - Linux and OSF/1
- Intel IA-32 - Linux (System V ABI)
+ ARM - Linux (System V ABI)
- Intel IA-64 - Linux (System V ABI)
+ IA-32 - Linux, Solaris, and BeOS (System V ABI)
- Alpha - Linux and OSF/1
+ IA-64 - Linux (System V ABI)
m68k - Linux (System V ABI)
+ MIPS, 32- and 64-bit - Irix (System V/o32 and n32)
+
PowerPC - Linux (System V ABI)
- ARM - Linux (System V ABI)
+ Sparc, 32-bit - SunOS 4.1.3, Solaris 2.x, and Linux (Sparc v8)
-Libffi has been tested with GCC 2.95 and newer compilers.
+ Sparc, 64-bit - Linux (Sparc v9)
-On PowerPC, the tests failed (see the note below).
+
+Libffi has been tested with GCC 2.95 and newer compilers.
You must use GNU make to build libffi.