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
37 lines
424 B
Plaintext
37 lines
424 B
Plaintext
.libs
|
|
.deps
|
|
*.o
|
|
*.lo
|
|
.dirstamp
|
|
*.la
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
compile
|
|
configure
|
|
depcomp
|
|
doc/libffi.info
|
|
*~
|
|
fficonfig.h.in
|
|
fficonfig.h
|
|
include/ffi.h
|
|
include/ffitarget.h
|
|
install-sh
|
|
libffi.pc
|
|
libtool
|
|
libtool-ldflags
|
|
ltmain.sh
|
|
m4/libtool.m4
|
|
m4/lt*.m4
|
|
mdate-sh
|
|
missing
|
|
stamp-h1
|
|
libffi*gz
|
|
autom4te.cache
|
|
libffi.xcodeproj/xcuserdata
|
|
libffi.xcodeproj/project.xcworkspace
|
|
build_*/
|
|
darwin_*/
|
|
src/arm/trampoline.S
|
|
**/texinfo.tex
|