|
9291f941
|
2018-03-13T08:37:21
|
|
Add bhaible's missing Makefile
|
|
19ab448d
|
2017-05-16T08:32:06
|
|
Support -ios triple
Autoconf hasn’t had an update since 2014, and it doesn’t look like it will soon[1]
This updates config.{guess,sub}
It adds support for e.g. `-ios`, which allows to have targets like `aarch64-apple-ios`.
It basically does exactly what the config.guess script says:
> It is advised that you download the most up to date version of the config scripts from
The configure.ac script has been updated to relax `*-apple-darwin*` to `*-apple-*`.
Similarly the `.gitignore` and `autogen.sh` needed to be updated to respect the
newer `config.{sub,guess}`
—
[1]: http://lists.gnu.org/archive/html/autoconf/2016-07/msg00017.html
|
|
e59fb55e
|
2016-02-22T15:51:27
|
|
remove and ignore texinfo.tex
This file is provided by Automake
|
|
dd9e4c8d
|
2015-03-13T08:03:13
|
|
Added generated source file to .gitignore.
|
|
06ff9242
|
2014-03-16T16:19:46
|
|
.gitignore: Ignore more generated files
The build process generates doc/libffi.info and fficonfig.h.in, so add
them to .gitignore.
|
|
35634dbc
|
2014-03-15T18:11:16
|
|
Remove autogenerated files from the repository
Add an autogen.sh to regenerate them.
|
|
821d398f
|
2014-01-09T13:15:06
|
|
Darwin: Merge build scripts, redo project, incl. arm64
|
|
3dc3f32c
|
2013-12-05T16:23:25
|
|
Undo iOS ARM64 changes.
|
|
4d60d9e1
|
2013-11-30T04:09:30
|
|
Darwin: Rebuild Xcode project
|
|
fd54eab7
|
2013-11-30T03:38:02
|
|
Darwin/Mac: Also exclude OS X generated source
|
|
cb6671f5
|
2013-01-02T08:56:07
|
|
Missing .gitignore changes for xcode support
|
|
981c32ee
|
2013-01-02T07:34:03
|
|
Merge with GCC. Eliminate quilt bits.
|
|
39e6a586
|
2012-04-11T22:39:46
|
|
More mac/ios build improvements
|
|
ebb8e894
|
2012-04-06T20:02:08
|
|
Build iOS library with xcode
|
|
c6dddbd0
|
2009-10-04T08:11:33
|
|
Initial commit
|