Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c2a68590 | 2019-08-07 11:57:45 | fix mingw build and crashing bugs for Python Windows ARM64 (#496) * fix mingw build and crashing bugs for Python Windows ARM64 * Fix issues found in PR review | ||
| db5706ff | 2019-04-26 04:58:58 | add support for 32-bit ARM on Windows (#477) * add support for 32-bit ARM on Windows * fix mismatched brace in appveyor.yml * remove arm platform from appveyor.yml for now * fix arm build * fix typo * fix assembler names * try Visual Studio 2017 * add windows arm32 to .appveyor.yml * update README.md | ||
| e1118af5 | 2019-02-19 03:58:25 | changes for win32 on windows (#468) | ||
| 3840d49a | 2018-03-11 05:55:15 | New RISC-V port (#281) * Add RISC-V support This patch adds support for the RISC-V architecture (https://riscv.org). This patch has been tested using QEMU user-mode emulation and GCC 7.2.0 in the following configurations: * -march=rv32imac -mabi=ilp32 * -march=rv32g -mabi=ilp32d * -march=rv64imac -mabi=lp64 * -march=rv64g -mabi=lp64d The ABI currently can be found at https://github.com/riscv/riscv-elf-psabi-doc/blob/master/riscv-elf.md . * Add RISC-V to README * RISC-V: fix configure.host | ||
| b2a343ff | 2017-10-25 04:36:49 | Don't include WIN64/EFI64 for x32 Since x32 doesn't support WIN64/EFI64, don't include it for x32. Also x32 has sizeof size_t == 4. But TARGET should be X86_64. | ||
| 50e408ce | 2017-05-21 20:44:10 | add i?86-*-ios -- the iOS simulator (32bit) | ||
| a08cabe6 | 2017-05-21 20:25:16 | add x86_64-*-ios -- the iOS simulator | ||
| 69963d39 | 2017-03-19 07:33:39 | We don't support 32-bit builds with the Microsoft toolchain | ||
| a0b14eea | 2017-03-17 09:20:40 | Merge pull request #291 from ramon-garcia/visual-studio-build Build with Visual C++ (64 bits) | ||
| 41185b56 | 2017-03-15 12:50:41 | detect other x32 hosts primarily x86_64-pc-linux-muslx32 while at it, add x86_64-x32-pc-linux-{gnu,musl} as well | ||
| 1e0d107b | 2017-01-08 20:12:59 | Modify configure.host to detect compilation with Microsoft Visual C++ and use assembly with Intel syntax in that case | ||
| 1f6b5a91 | 2015-07-26 16:27:34 | Support the WIN64/EFI64 calling convention on all X86_64 platforms Add a new calling convention FFI_EFI64, alias FFI_WIN64, on all X86_64 platforms. This allows libffi compiled on a 64-bit x86 platform to call EFI functions. Compile in ffiw64.c and win64.S on all X86_64 platforms. When compiled for a platform other than X86_WIN64, ffiw64.c suffixes its functions with _efi64, to avoid conflict with the platform's actual implementations of those functions. | ||
| 6c535775 | 2015-01-29 12:32:28 | Handle NetBSD/powerpc the same as FreeBSD and OpenBSD. Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | ||
| e46842b4 | 2015-01-13 07:23:48 | Remove extra brackets in configure.host This table is no longer in configure.ac, needing protection from m4. | ||
| 9f112619 | 2014-11-22 20:02:43 | x86: Best guess at update for Darwin | ||
| 5d69d57a | 2014-11-13 13:50:39 | configure: Move target source selection into configure.host This eliminates the AM_CONDITIONAL ugliness, which eliminates just a bit of extra boilerplate for a new target. At the same time, properly categorize the EXTRA_DIST files into SOURCES and HEADERS, for the generation of ctags. | ||
| 57f52484 | 2014-11-13 12:42:54 | configure: Split out configure.host Split out the host case statement to a separate file, so that we don't have to regenerate configure.in for changes therein. | ||
| a86bd318 | 2014-03-16 06:58:59 | Merge configure.host into configure.ac configure.host only has a single entry, and shows no signs of needing more added. | ||
| c6dddbd0 | 2009-10-04 08:11:33 | Initial commit |