aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure.host
AgeCommit message (Collapse)AuthorFilesLines
2018-05-08Backport of RISC-V support for libffiAndreas Schwab1-0/+5
* configure.host: Add RISC-V support. * Makefile.am: Likewise. * Makefile.in: Regenerate. * src/riscv/ffi.c, src/riscv/ffitarget.h, src/riscv/sysv.S: New files. From-SVN: r260033
2015-01-13configure.host: Remove extra brackets for sh.Kaz Kojima1-1/+1
* libffi/configure.host: Remove extra brackets for sh. From-SVN: r219565
2015-01-13Set TARGET to X86_64 if __x86_64__ is definedH.J. Lu1-1/+7
PR bootstrap/64575 * configure.host (TARGET): Set to X86_64 if __x86_64__ is defined. From-SVN: r219539
2015-01-12Merge libffi to upstream commit c82cc159426d8d4402375fa1ae3f045b9cf82e16Richard Henderson1-4/+258
From-SVN: r219477
2004-08-30Makefile.am: Add frv support.Anthony Green1-0/+11
2004-08-30 Anthony Green <green@redhat.com> * Makefile.am: Add frv support. * Makefile.in, testsuite/Makefile.in: Rebuilt. * configure.ac: Read configure.host. * configure, aclocal.m4: Rebuilt. * configure.host: New file. frv-elf needs libgloss. * include/ffi.h.in: Force ffi_closure to have a nice big (8) alignment. This is needed to frv and should harm the others. * include/ffi_common.h (ALIGN_DOWN): New macro. * src/frv/ffi.c, src/frv/ffitarget.h, src/frv/eabi.S: New files. From-SVN: r86779