summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-07 07:12:10 -0400
committerAnthony Green <green@moxielogic.com>2022-09-07 07:12:10 -0400
commit086935029d23dad133c97dfaf68749b7726460a1 (patch)
tree3429041c19ff2dda6f5351aa767b46be43626f38 /README.md
parentda905276850342df0f9dfe2c775f6c649d4eed6b (diff)
downloadlibffi-086935029d23dad133c97dfaf68749b7726460a1.tar.gz
Set CC and CXX for GCC compile farm builds
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99ee834..66fb386 100644
--- a/README.md
+++ b/README.md
@@ -198,7 +198,7 @@ See the git log for details at http://github.com/libffi/libffi.
3.4.3 TBD
Fix x32 static trampolines.
- All struct args are passed by value, regardless of size.
+ All struct args are passed by value, regardless of size, as per ABIs.
Add support for Loongson's LoonArch64 architecture.
Fix ILP32 aarch64 support.