Commit Graph

14 Commits

Author SHA1 Message Date
Moritz Angermann
19ab448d84 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
2017-05-16 08:58:11 +08:00
Tom Tromey
e59fb55e09 remove and ignore texinfo.tex
This file is provided by Automake
2016-02-22 15:51:27 -07:00
Russell Keith-Magee
dd9e4c8d46 Added generated source file to .gitignore. 2015-03-13 08:03:13 +08:00
Josh Triplett
06ff924215 .gitignore: Ignore more generated files
The build process generates doc/libffi.info and fficonfig.h.in, so add
them to .gitignore.
2014-03-16 16:19:46 -07:00
Josh Triplett
35634dbcea Remove autogenerated files from the repository
Add an autogen.sh to regenerate them.
2014-03-16 04:24:12 -07:00
Zachary Waldowski
821d398f08 Darwin: Merge build scripts, redo project, incl. arm64 2014-02-05 14:28:58 -05:00
Anthony Green
3dc3f32c35 Undo iOS ARM64 changes. 2013-12-05 16:23:25 -05:00
Zachary Waldowski
4d60d9e1e3 Darwin: Rebuild Xcode project 2013-11-30 04:14:05 -05:00
Zachary Waldowski
fd54eab74c Darwin/Mac: Also exclude OS X generated source 2013-11-30 03:49:11 -05:00
Anthony Green
cb6671f5b8 Missing .gitignore changes for xcode support 2013-01-02 08:56:07 -05:00
Anthony Green
981c32ee11 Merge with GCC. Eliminate quilt bits. 2013-01-02 07:34:03 -05:00
Zachary Waldowski
39e6a58604 More mac/ios build improvements 2012-04-11 22:39:46 -04:00
Mike Lewis
ebb8e89456 Build iOS library with xcode 2012-04-06 20:02:08 -04:00
Anthony Green
c6dddbd02b Initial commit 2009-10-04 08:11:33 -04:00