Lines Matching +full:gcc +full:- +full:mips +full:- +full:linux +full:- +full:gnu
2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page
19 told at run-time about the number and types of arguments used to call
46 | --------------- | ---------------- | ----------------------- |
48 | AArch64 | Linux | GCC |
50 | Alpha | Linux | GCC |
51 | Alpha | Tru64 | GCC |
52 | ARC | Linux | GCC |
53 | ARM | Linux | GCC |
54 | ARM | iOS | GCC |
56 | AVR32 | Linux | GCC |
57 | Blackfin | uClinux | GCC |
58 | CSKY | Linux | GCC |
59 | HPPA | HPUX | GCC |
60 | KVX | Linux | GCC |
61 | IA-64 | Linux | GCC |
62 | M68K | FreeMiNT | GCC |
63 | M68K | Linux | GCC |
64 | M68K | RTEMS | GCC |
65 | M88K | OpenBSD/mvme88k | GCC |
66 | Meta | Linux | GCC |
67 | MicroBlaze | Linux | GCC |
68 | MIPS | IRIX | GCC |
69 | MIPS | Linux | GCC |
70 | MIPS | RTEMS | GCC |
71 | MIPS64 | Linux | GCC |
72 | Moxie | Bare metal | GCC |
73 | Nios II | Linux | GCC |
74 | OpenRISC | Linux | GCC |
75 | PowerPC 32-bit | AIX | IBM XL C |
76 | PowerPC 64-bit | AIX | IBM XL C |
77 | PowerPC | AMIGA | GCC |
78 | PowerPC | Linux | GCC |
79 | PowerPC | Mac OSX | GCC |
80 | PowerPC | FreeBSD | GCC |
81 | PowerPC 64-bit | FreeBSD | GCC |
82 | PowerPC 64-bit | Linux ELFv1 | GCC |
83 | PowerPC 64-bit | Linux ELFv2 | GCC |
84 | RISC-V 32-bit | Linux | GCC |
85 | RISC-V 64-bit | Linux | GCC |
86 | S390 | Linux | GCC |
87 | S390X | Linux | GCC |
88 | SPARC | Linux | GCC |
89 | SPARC | Solaris | GCC |
91 | SPARC64 | Linux | GCC |
92 | SPARC64 | FreeBSD | GCC |
94 | TILE-Gx/TILEPro | Linux | GCC |
95 | VAX | OpenBSD/vax | GCC |
96 | X86 | FreeBSD | GCC |
97 | X86 | GNU HURD | GCC |
98 | X86 | Interix | GCC |
99 | X86 | kFreeBSD | GCC |
100 | X86 | Linux | GCC |
101 | X86 | OpenBSD | GCC |
102 | X86 | OS/2 | GCC |
103 | X86 | Solaris | GCC |
105 | X86 | Windows/Cygwin | GCC |
106 | X86 | Windows/MingW | GCC |
107 | X86-64 | FreeBSD | GCC |
108 | X86-64 | Linux | GCC |
109 | X86-64 | Linux/x32 | GCC |
110 | X86-64 | OpenBSD | GCC |
111 | X86-64 | Solaris | Oracle Solaris Studio C |
112 | X86-64 | Windows/Cygwin | GCC |
113 | X86-64 | Windows/MingW | GCC |
114 | X86-64 | Mac OSX | GCC |
115 | Xtensa | Linux | GCC |
118 libffi-discuss@sourceware.org.
134 header files. To do that, use the ``--prefix`` configure switch. Libffi
137 If you want to enable extra run-time debugging checks use the the
138 ``--enable-debug`` configure switch. This is useful when your program dies
141 Another useful configure switch is ``--enable-purify-safety``. Using this
146 If you don't want to build documentation, use the ``--disable-docs``
153 …figure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP" CPPFLAGS="-DFFI_BUILD…
155 For 64-bit Windows builds, use ``CC="path/to/msvcc.sh -m64"`` and
156 ``CXX="path/to/msvcc.sh -m64"``. You may also need to specify
157 ``--build`` appropriately.
160 project's clang-cl compiler, like below:
162 …path/to/configure CC="path/to/msvcc.sh -clang-cl" CXX="path/to/msvcc.sh -clang-cl" LD=link CPP="cl…
167 using MingW-style paths.)
174 SPARC Solaris builds require the use of the GNU assembler and linker.
180 Configure has many other options. Use ``configure --help`` to see them all.
183 GNU make. You can ftp GNU make from ftp.gnu.org:/pub/gnu/make .
196 3.4.2 Jun-28-21
197 Add static trampoline support for Linux on x86_64 and ARM64.
200 Add support for Intel Control-flow Enforcement Technology (CET).
202 Fix 32-bit PPC regression.
203 Fix MIPS soft-float problem.
209 3.3 Nov-23-19
210 Add RISC-V support.
212 Add IEEE754 binary128 long double support for 64-bit Power
214 GNU compiler uses 80 bits (128 in memory) FFI_GNUW64 ABI.
216 Add Windows 32-bit ARM support.
218 Add pre-built PDF documentation to source distribution.
221 3.2.1 Nov-12-14
222 Build fix for non-iOS AArch64 targets.
224 3.2 Nov-11-14
228 Windows/Linux.
229 Add OpenRISC and Cygwin-64 support.
232 3.1 May-19-14
236 Add support for stdcall, thiscall, and fastcall on non-Windows
237 32-bit x86 targets such as Linux.
238 Various Android, MIPS N32, x86, FreeBSD and UltraSPARC IIi
245 3.0.13 Mar-17-13
248 Fix stack alignment bug on 32-bit x86.
250 Build fix for soft-float Power targets.
252 with GCC (OS X, Solaris).
255 3.0.12 Feb-11-13
259 Add TILE-Gx/TILEPro support.
265 Work around LLVM/GCC interoperability issue on x86_64.
267 3.0.11 Apr-11-12
270 Add Linux/x32 support.
278 3.0.10 Aug-23-11
281 Add RTEMS support for MIPS and M68K.
284 Fix the N64 build on mips-sgi-irix6.5.
292 3.0.9 Dec-31-09
294 Many fixes for AIX, Solaris, HP-UX, *BSD.
295 Several PowerPC and x86-64 bug fixes.
298 3.0.8 Dec-19-08
299 Add *BSD, BeOS, and PA-Linux support.
301 3.0.7 Nov-11-08
305 3.0.6 Jul-17-08
307 Mark the sh/sh64 stack as non-executable.
310 3.0.5 Apr-3-08
315 3.0.4 Feb-24-08
318 3.0.3 Feb-22-08
320 x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
323 3.0.2 Feb-21-08
327 3.0.1 Feb-15-08
328 Fix instruction cache flushing bug on MIPS.
331 3.0.0 Feb-15-08
332 Many changes, mostly thanks to the GCC project.
337 1.20 Oct-5-98
340 1.19 Oct-5-98
346 1.18 Apr-17-98
347 Bug fixes and MIPS configuration changes.
349 1.17 Feb-24-98
351 Geoffrey Keating. Various bug x86, Sparc and MIPS bug fixes.
353 1.16 Feb-11-98
356 1.15 Dec-4-97
359 1.14 May-13-97
364 1.13 Dec-2-96
365 Added --enable-purify-safety to keep Purify from complaining
368 Linux x86 a.out fix.
370 1.12 Nov-22-96
372 types. Fixed test case for non MIPS machines. Cygnus Support
375 1.11 Oct-30-96
376 Added notes about GNU make.
378 1.10 Oct-29-96
379 Added configuration fix for non GNU compilers.
381 1.09 Oct-29-96
382 Added --enable-debug configure switch. Clean-ups based on LCLint
386 1.08 Oct-15-96
387 Fixed n32 problem. Many clean-ups.
389 1.07 Oct-14-96
392 1.06 Oct-14-96
395 1.05 Oct-14-96
398 1.04 Oct-11-96
401 1.03 Oct-10-96
405 1.02 Oct-9-96
406 Added SGI n32 support. Fixed bugs in both o32 and Linux support.
409 1.01 Oct-8-96
410 Fixed float passing bug in mips version. Restructured some
413 1.00 Oct-7-96
421 The developers of the GNU Compiler Collection project have made
440 cris Simon Posnjak, Hans-Peter Nilsson
450 mips Anthony Green, Casey Marshall
464 tile-gx/tilepro Walter Lee
467 x86-64 Bo Thorsen
492 https://sourceware.org/mailman/listinfo/libffi-announce
493 https://sourceware.org/mailman/listinfo/libffi-discuss