Lines Matching +full:- +full:gcc
4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | 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 | S390 | Linux | GCC |
88 | S390X | Linux | GCC |
89 | SPARC | Linux | GCC |
90 | SPARC | Solaris | GCC |
92 | SPARC64 | Linux | GCC |
93 | SPARC64 | FreeBSD | GCC |
95 | TILE-Gx/TILEPro | Linux | GCC |
96 | VAX | OpenBSD/vax | GCC |
97 | X86 | FreeBSD | GCC |
98 | X86 | GNU HURD | GCC |
99 | X86 | Interix | GCC |
100 | X86 | kFreeBSD | GCC |
101 | X86 | Linux | GCC |
102 | X86 | Mac OSX | GCC |
103 | X86 | OpenBSD | GCC |
104 | X86 | OS/2 | GCC |
105 | X86 | Solaris | GCC |
107 | X86 | Windows/Cygwin | GCC |
108 | X86 | Windows/MingW | GCC |
109 | X86-64 | FreeBSD | GCC |
110 | X86-64 | Linux | GCC |
111 | X86-64 | Linux/x32 | GCC |
112 | X86-64 | OpenBSD | GCC |
113 | X86-64 | Solaris | Oracle Solaris Studio C |
114 | X86-64 | Windows/Cygwin | GCC |
115 | X86-64 | Windows/MingW | GCC |
116 | Xtensa | Linux | GCC |
117 |-----------------+------------------+-------------------------|
120 libffi-discuss@sourceware.org and feel free to update the wiki page
135 header files. To do that, use the --prefix configure switch. Libffi
138 If you want to enable extra run-time debugging checks use the the
139 --enable-debug configure switch. This is useful when your program dies
142 Another useful configure switch is --enable-purify-safety. Using this
151 path/to/configure CC=path/to/msvcc.sh CXX=path/to/msvcc.sh LD=link CPP="cl -nologo -EP"
153 For 64-bit Windows builds, use CC="path/to/msvcc.sh -m64" and
154 CXX="path/to/msvcc.sh -m64". You may also need to specify --build
158 project's clang-cl compiler, like below:
160 path/to/configure CC="path/to/msvcc.sh -clang-cl" CXX="path/to/msvcc.sh -clang-cl" LD=link CPP="cla…
165 using MingW-style paths.)
169 Configure has many other options. Use "configure --help" to see them all.
185 3.2.1 Nov-12-14
186 Build fix for non-iOS AArch64 targets.
188 3.2 Nov-11-14
193 Add OpenRISC and Cygwin-64 support.
196 3.1 May-19-14
200 Add support for stdcall, thiscall, and fastcall on non-Windows
201 32-bit x86 targets such as Linux.
209 3.0.13 Mar-17-13
212 Fix stack alignment bug on 32-bit x86.
214 Build fix for soft-float Power targets.
216 with GCC (OS X, Solaris).
219 3.0.12 Feb-11-13
223 Add TILE-Gx/TILEPro support.
229 Work around LLVM/GCC interoperability issue on x86_64.
231 3.0.11 Apr-11-12
242 3.0.10 Aug-23-11
248 Fix the N64 build on mips-sgi-irix6.5.
256 3.0.9 Dec-31-09
258 Many fixes for AIX, Solaris, HP-UX, *BSD.
259 Several PowerPC and x86-64 bug fixes.
262 3.0.8 Dec-19-08
263 Add *BSD, BeOS, and PA-Linux support.
265 3.0.7 Nov-11-08
269 3.0.6 Jul-17-08
271 Mark the sh/sh64 stack as non-executable.
274 3.0.5 Apr-3-08
279 3.0.4 Feb-24-08
282 3.0.3 Feb-22-08
284 x86-64 FreeBSD thanks to Björn König and Andreas Tobler.
287 3.0.2 Feb-21-08
291 3.0.1 Feb-15-08
295 3.0.0 Feb-15-08
296 Many changes, mostly thanks to the GCC project.
301 1.20 Oct-5-98
304 1.19 Oct-5-98
310 1.18 Apr-17-98
313 1.17 Feb-24-98
317 1.16 Feb-11-98
320 1.15 Dec-4-97
323 1.14 May-13-97
328 1.13 Dec-2-96
329 Added --enable-purify-safety to keep Purify from complaining
334 1.12 Nov-22-96
339 1.11 Oct-30-96
342 1.10 Oct-29-96
345 1.09 Oct-29-96
346 Added --enable-debug configure switch. Clean-ups based on LCLint
350 1.08 Oct-15-96
351 Fixed n32 problem. Many clean-ups.
353 1.07 Oct-14-96
356 1.06 Oct-14-96
359 1.05 Oct-14-96
362 1.04 Oct-11-96
365 1.03 Oct-10-96
369 1.02 Oct-9-96
373 1.01 Oct-8-96
377 1.00 Oct-7-96
403 cris Simon Posnjak, Hans-Peter Nilsson
423 tile-gx/tilepro Walter Lee
426 x86-64 Bo Thorsen
447 libffi-discuss@sourceware.org.