diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-07 22:11:35 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-07 22:11:35 +0000 |
commit | 19338723537cb0ec25b3c8d3fac5f3f224b6bae0 (patch) | |
tree | 41476ec662902833a535f93143ab4e365b1d73a6 /libffi/README | |
parent | 0605fce2f8ccd3e8e53f40b19c795b7c1e2696bc (diff) | |
download | gcc-19338723537cb0ec25b3c8d3fac5f3f224b6bae0.tar.gz |
- Add Darwin and AIX to supported platforms.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/README')
-rw-r--r-- | libffi/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libffi/README b/libffi/README index e201f9ff755..a00f23daf3a 100644 --- a/libffi/README +++ b/libffi/README @@ -52,7 +52,7 @@ Libffi has been ported to: m68k - Linux (System V ABI) - PowerPC - Linux (System V ABI) + PowerPC - Linux (System V ABI, Darwin, AIX) ARM - Linux (System V ABI) @@ -67,7 +67,7 @@ Sun's probably won't either. If you port libffi to another platform, please let me know! I assume that some will be easy (x86 NetBSD), and others will be more difficult -(HP, AIX). +(HP). Installing libffi |