mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
c8e39d6d29
Create configure.ac, an autoconf script to generate ./configure This will be needed by a subsequent patch to properly handle --build and --host, and more tests, when the kconfig stuff will be installed pre-built. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
34 lines
451 B
Plaintext
34 lines
451 B
Plaintext
syntax: glob
|
|
|
|
# Generated files
|
|
configure
|
|
autom4te.cache
|
|
config.log
|
|
config.status
|
|
Makefile
|
|
*ct-ng*
|
|
docs/*ct-ng*.1
|
|
docs/*ct-ng*.1.gz
|
|
paths.mk
|
|
scripts/crosstool-NG.sh
|
|
scripts/saveSample.sh
|
|
scripts/showTuple.sh
|
|
kconfig/conf
|
|
kconfig/?conf
|
|
kconfig/**.o
|
|
kconfig/**.dep
|
|
config/configure.in
|
|
config.gen/
|
|
.config
|
|
.config.2
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
build.log
|
|
.config.old
|
|
|
|
# This is the place where toolchains are built
|
|
.build/
|
|
# .. and the legacy location
|
|
targets/
|