Add compiler column to table
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2013-01-10 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
|
* README (tested): Add Compiler column to table.
|
||||||
|
|
||||||
2013-01-10 Anthony Green <green@moxielogic.com>
|
2013-01-10 Anthony Green <green@moxielogic.com>
|
||||||
|
|
||||||
* src/x86/ffi64.c (struct register_args): Make sse array and array
|
* src/x86/ffi64.c (struct register_args): Make sse array and array
|
||||||
|
|||||||
94
README
94
README
@@ -48,52 +48,54 @@ refer to the wiki page here:
|
|||||||
At the time of release, the following basic configurations have been
|
At the time of release, the following basic configurations have been
|
||||||
tested:
|
tested:
|
||||||
|
|
||||||
|-----------------+------------------|
|
|-----------------+------------------|-------------------------|
|
||||||
| Architecture | Operating System |
|
| Architecture | Operating System | Compiler |
|
||||||
|-----------------+------------------|
|
|-----------------+------------------|-------------------------|
|
||||||
| AArch64 | Linux |
|
| AArch64 | Linux | GCC |
|
||||||
| Alpha | Linux |
|
| Alpha | Linux | GCC |
|
||||||
| Alpha | Tru64 |
|
| Alpha | Tru64 | GCC |
|
||||||
| ARM | Linux |
|
| ARM | Linux | GCC |
|
||||||
| ARM | iOS |
|
| ARM | iOS | GCC |
|
||||||
| AVR32 | Linux |
|
| AVR32 | Linux | GCC |
|
||||||
| Blackfin | uClinux |
|
| Blackfin | uClinux | GCC |
|
||||||
| HPPA | HPUX |
|
| HPPA | HPUX | GCC |
|
||||||
| IA-64 | Linux |
|
| IA-64 | Linux | GCC |
|
||||||
| M68K | FreeMiNT |
|
| M68K | FreeMiNT | GCC |
|
||||||
| M68K | RTEMS |
|
| M68K | RTEMS | GCC |
|
||||||
| MIPS | IRIX |
|
| MIPS | IRIX | GCC |
|
||||||
| MIPS | Linux |
|
| MIPS | Linux | GCC |
|
||||||
| MIPS | RTEMS |
|
| MIPS | RTEMS | GCC |
|
||||||
| MIPS64 | Linux |
|
| MIPS64 | Linux | GCC |
|
||||||
| PowerPC | AMIGA |
|
| PowerPC | AMIGA | GCC |
|
||||||
| PowerPC | Linux |
|
| PowerPC | Linux | GCC |
|
||||||
| PowerPC | Mac OSX |
|
| PowerPC | Mac OSX | GCC |
|
||||||
| PowerPC | FreeBSD |
|
| PowerPC | FreeBSD | GCC |
|
||||||
| PowerPC64 | Linux |
|
| PowerPC64 | Linux | GCC |
|
||||||
| S390 | Linux |
|
| S390 | Linux | GCC |
|
||||||
| S390X | Linux |
|
| S390X | Linux | GCC |
|
||||||
| SPARC | Linux |
|
| SPARC | Linux | GCC |
|
||||||
| SPARC | Solaris |
|
| SPARC | Solaris | GCC |
|
||||||
| SPARC64 | Linux |
|
| SPARC64 | Linux | GCC |
|
||||||
| SPARC64 | FreeBSD |
|
| SPARC64 | FreeBSD | GCC |
|
||||||
| TILE-Gx/TILEPro | Linux |
|
| TILE-Gx/TILEPro | Linux | GCC |
|
||||||
| X86 | FreeBSD |
|
| X86 | FreeBSD | GCC |
|
||||||
| X86 | Interix |
|
| X86 | Interix | GCC |
|
||||||
| X86 | kFreeBSD |
|
| X86 | kFreeBSD | GCC |
|
||||||
| X86 | Linux |
|
| X86 | Linux | GCC |
|
||||||
| X86 | Mac OSX |
|
| X86 | Mac OSX | GCC |
|
||||||
| X86 | OpenBSD |
|
| X86 | OpenBSD | GCC |
|
||||||
| X86 | OS/2 |
|
| X86 | OS/2 | GCC |
|
||||||
| X86 | Solaris |
|
| X86 | Solaris | GCC |
|
||||||
| X86 | Windows/Cygwin |
|
| X86 | Solaris | Oracle Solaris Studio C |
|
||||||
| X86 | Windows/MingW |
|
| X86 | Windows/Cygwin | GCC |
|
||||||
| X86-64 | FreeBSD |
|
| X86 | Windows/MingW | GCC |
|
||||||
| X86-64 | Linux |
|
| X86-64 | FreeBSD | GCC |
|
||||||
| X86-64 | Linux/x32 |
|
| X86-64 | Linux | GCC |
|
||||||
| X86-64 | OpenBSD |
|
| X86-64 | Linux/x32 | GCC |
|
||||||
| X86-64 | Windows/MingW |
|
| X86-64 | OpenBSD | GCC |
|
||||||
|-----------------+------------------|
|
| X86-64 | Solaris | Oracle Solaris Studio C |
|
||||||
|
| X86-64 | Windows/MingW | GCC |
|
||||||
|
|-----------------+------------------+-------------------------|
|
||||||
|
|
||||||
Please send additional platform test results to
|
Please send additional platform test results to
|
||||||
libffi-discuss@sourceware.org and feel free to update the wiki page
|
libffi-discuss@sourceware.org and feel free to update the wiki page
|
||||||
|
|||||||
Reference in New Issue
Block a user