Commit bfab429ee479723cc65831a7e4327e2866036420

Jakub Kaszycki 2016-04-01T21:42:41

Update README with a new port This is in fact not a NEW port. Apple Mac devices are generally x86-64 now, x86 rarely. If GCC exists for this CPU, it means that libffi has been built too.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README b/README
index c072101..e8da7f6 100644
--- a/README
+++ b/README
@@ -113,6 +113,7 @@ tested:
 | X86-64          | Solaris          | Oracle Solaris Studio C |
 | X86-64          | Windows/Cygwin   | GCC                     |
 | X86-64          | Windows/MingW    | GCC                     |
+| X86-64          | Mac OSX          | GCC                     |
 | Xtensa          | Linux            | GCC                     |
 |-----------------+------------------+-------------------------|