• Home
  • Raw
  • Download

Lines Matching +full:- +full:gcc

4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf…
7 libffi-3.3 was released on November 23, 2019. Check the libffi web
24 told at run-time about the number and types of arguments used to call
51 | --------------- | ---------------- | ----------------------- |
53 | AArch64 | Linux | GCC |
55 | Alpha | Linux | GCC |
56 | Alpha | Tru64 | GCC |
57 | ARC | Linux | GCC |
58 | ARM | Linux | GCC |
59 | ARM | iOS | GCC |
61 | AVR32 | Linux | GCC |
62 | Blackfin | uClinux | GCC |
63 | HPPA | HPUX | GCC |
64 | IA-64 | Linux | GCC |
65 | M68K | FreeMiNT | GCC |
66 | M68K | Linux | GCC |
67 | M68K | RTEMS | GCC |
68 | M88K | OpenBSD/mvme88k | GCC |
69 | Meta | Linux | GCC |
70 | MicroBlaze | Linux | GCC |
71 | MIPS | IRIX | GCC |
72 | MIPS | Linux | GCC |
73 | MIPS | RTEMS | GCC |
74 | MIPS64 | Linux | GCC |
75 | Moxie | Bare metal | GCC |
76 | Nios II | Linux | GCC |
77 | OpenRISC | Linux | GCC |
78 | PowerPC 32-bit | AIX | IBM XL C |
79 | PowerPC 64-bit | AIX | IBM XL C |
80 | PowerPC | AMIGA | GCC |
81 | PowerPC | Linux | GCC |
82 | PowerPC | Mac OSX | GCC |
83 | PowerPC | FreeBSD | GCC |
84 | PowerPC 64-bit | FreeBSD | GCC |
85 | PowerPC 64-bit | Linux ELFv1 | GCC |
86 | PowerPC 64-bit | Linux ELFv2 | GCC |
87 | RISC-V 32-bit | Linux | GCC |
88 | RISC-V 64-bit | Linux | GCC |
89 | S390 | Linux | GCC |
90 | S390X | Linux | GCC |
91 | SPARC | Linux | GCC |
92 | SPARC | Solaris | GCC |
94 | SPARC64 | Linux | GCC |
95 | SPARC64 | FreeBSD | GCC |
97 | TILE-Gx/TILEPro | Linux | GCC |
98 | VAX | OpenBSD/vax | GCC |
99 | X86 | FreeBSD | GCC |
100 | X86 | GNU HURD | GCC |
101 | X86 | Interix | GCC |
102 | X86 | kFreeBSD | GCC |
103 | X86 | Linux | GCC |
104 | X86 | Mac OSX | GCC |
105 | X86 | OpenBSD | GCC |
106 | X86 | OS/2 | GCC |
107 | X86 | Solaris | GCC |
109 | X86 | Windows/Cygwin | GCC |
110 | X86 | Windows/MingW | GCC |
111 | X86-64 | FreeBSD | GCC |
112 | X86-64 | Linux | GCC |
113 | X86-64 | Linux/x32 | GCC |
114 | X86-64 | OpenBSD | GCC |
115 | X86-64 | Solaris | Oracle Solaris Studio C |
116 | X86-64 | Windows/Cygwin | GCC |
117 | X86-64 | Windows/MingW | GCC |
118 | X86-64 | Mac OSX | GCC |
119 | Xtensa | Linux | GCC |
122 libffi-discuss@sourceware.org.
138 header files. To do that, use the ``--prefix`` configure switch. Libffi
141 If you want to enable extra run-time debugging checks use the the
142 ``--enable-debug`` configure switch. This is useful when your program dies
145 Another useful configure switch is ``--enable-purify-safety``. Using this
150 If you don't want to build documentation, use the ``--disable-docs``
157 …figure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP" CPPFLAGS="-DFFI_BUILD…
159 For 64-bit Windows builds, use ``CC="path/to/msvcc.sh -m64"`` and
160 ``CXX="path/to/msvcc.sh -m64"``. You may also need to specify
161 ``--build`` appropriately.
164 project's clang-cl compiler, like below:
166 …path/to/configure CC="path/to/msvcc.sh -clang-cl" CXX="path/to/msvcc.sh -clang-cl" LD=link CPP="cl…
171 using MingW-style paths.)
184 Configure has many other options. Use ``configure --help`` to see them all.
200 3.3 Nov-23-19
201 Add RISC-V support.
203 Add IEEE754 binary128 long double support for 64-bit Power
207 Add Windows 32-bit ARM support.
209 Add pre-built PDF documentation to source distribution.
212 3.2.1 Nov-12-14
213 Build fix for non-iOS AArch64 targets.
215 3.2 Nov-11-14
220 Add OpenRISC and Cygwin-64 support.
223 3.1 May-19-14
227 Add support for stdcall, thiscall, and fastcall on non-Windows
228 32-bit x86 targets such as Linux.
236 3.0.13 Mar-17-13
239 Fix stack alignment bug on 32-bit x86.
241 Build fix for soft-float Power targets.
243 with GCC (OS X, Solaris).
246 3.0.12 Feb-11-13
250 Add TILE-Gx/TILEPro support.
256 Work around LLVM/GCC interoperability issue on x86_64.
258 3.0.11 Apr-11-12
269 3.0.10 Aug-23-11
275 Fix the N64 build on mips-sgi-irix6.5.
283 3.0.9 Dec-31-09
285 Many fixes for AIX, Solaris, HP-UX, *BSD.
286 Several PowerPC and x86-64 bug fixes.
289 3.0.8 Dec-19-08
290 Add *BSD, BeOS, and PA-Linux support.
292 3.0.7 Nov-11-08
296 3.0.6 Jul-17-08
298 Mark the sh/sh64 stack as non-executable.
301 3.0.5 Apr-3-08
306 3.0.4 Feb-24-08
309 3.0.3 Feb-22-08
311 x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
314 3.0.2 Feb-21-08
318 3.0.1 Feb-15-08
322 3.0.0 Feb-15-08
323 Many changes, mostly thanks to the GCC project.
328 1.20 Oct-5-98
331 1.19 Oct-5-98
337 1.18 Apr-17-98
340 1.17 Feb-24-98
344 1.16 Feb-11-98
347 1.15 Dec-4-97
350 1.14 May-13-97
355 1.13 Dec-2-96
356 Added --enable-purify-safety to keep Purify from complaining
361 1.12 Nov-22-96
366 1.11 Oct-30-96
369 1.10 Oct-29-96
372 1.09 Oct-29-96
373 Added --enable-debug configure switch. Clean-ups based on LCLint
377 1.08 Oct-15-96
378 Fixed n32 problem. Many clean-ups.
380 1.07 Oct-14-96
383 1.06 Oct-14-96
386 1.05 Oct-14-96
389 1.04 Oct-11-96
392 1.03 Oct-10-96
396 1.02 Oct-9-96
400 1.01 Oct-8-96
404 1.00 Oct-7-96
431 cris Simon Posnjak, Hans-Peter Nilsson
453 tile-gx/tilepro Walter Lee
456 x86-64 Bo Thorsen
477 libffi-discuss@sourceware.org.