summaryrefslogtreecommitdiff
path: root/prebuilt
Commit message (Collapse)AuthorAgeFilesLines
* Prebuild fewer filesAndy Wingo2022-02-013-3/+6
| | | | | | | | | * prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Only prebuild eval.go, psyntax-pp.go, and boot-9.go. The builder can handle the rest. Otherwise the tarball size would explode, given the expansion in bootstrap.am.
* Add generic prebuilt links to dist.v2.2.0Andy Wingo2017-03-151-0/+5
| | | | * prebuilt/Makefile.am (EXTRA_DIST): Add generic prebuilt links.
* configure detects which set of prebuilt binaries to useAndy Wingo2017-03-144-1/+3
| | | | | | | | | | | | * configure.ac: Use detected endianness and word size to automatically select which set of prebuilt binaries to use. * meta/build-env.in (top_builddir): * meta/uninstalled-env.in (top_builddir): Update to use SCM_PREBUILT_BINARIES for prebuilt entry in GUILE_LOAD_COMPILED_PATH. * prebuilt/32-bit-big-endian: * prebuilt/32-bit-little-endian: * prebuilt/64-bit-little-endian: New links. * prebuilt/x86_64-pc-linux-gnu: Remove this link now that it's unneeded.
* Add prebuilt alias for x86_64-pc-linux-gnuAndy Wingo2016-08-281-0/+1
| | | | | * prebuilt/x86_64-pc-linux-gnu: Add as alias to x86_64-unknown-linux-gnu.
* Dist the prebuilt .go filesAndy Wingo2016-01-293-0/+6
| | | | | | | * prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Actually dist the .go files.
* Distribute prebuilt bootstraps for common hostsAndy Wingo2016-01-294-0/+131
* am/bootstrap.am: New file, factored out of bootstrap/Makefile.am. * bootstrap/Makefile.am: Use bootstrap.am. * prebuilt/Makefile.am: * prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: New files. * configure.ac: Output the prebuilt/ makefiles. * Makefile.am: Descend into prebuilt/ when making dist. * meta/uninstalled-env.in: Arrange to put prebuilt/ in the beginning of the GUILE_LOAD_COMPILED_PATH. Also fix a case where bootstrap/ wasn't being correctly added to the load path.