guix-devel/nix/libstore
Efraim Flashner 162825f965
daemon: Allow building for armhf-linux on aarch64-linux.
* nix/libstore/build.cc (canBuildLocally): Allow building armhf-linux
builds on aarch64-linux.
(DerivationGoal::runChild) Throw error if attempting to build for
armhf-linux on an unsupported platform.
* doc/guix.texi (Invoking guix build): Document how to build natively
for armhf-linux on aarch64-linux.  Add note that on some aarch64
machines this is unsupported.
2018-05-17 20:37:27 +03:00
..
.gitignore build: Include a copy of Nix's libstore and daemon; build it. 2012-12-03 23:05:08 +01:00
build.cc daemon: Allow building for armhf-linux on aarch64-linux. 2018-05-17 20:37:27 +03:00
builtins.cc
builtins.hh
derivations.cc
derivations.hh
gc.cc
globals.cc daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
globals.hh daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
local-store.cc daemon: Remove unused schema upgrade code. 2018-03-30 23:42:07 +02:00
local-store.hh daemon: Remove unused schema upgrade code. 2018-03-30 23:42:07 +02:00
misc.cc daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
misc.hh daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
optimise-store.cc
pathlocks.cc
pathlocks.hh Merge branch 'nix' into 'master'. 2014-12-19 22:47:37 +01:00
references.cc
references.hh
schema.sql Merge branch 'nix' into 'master'. 2014-12-19 22:47:37 +01:00
sqlite.cc
sqlite.hh daemon: Improve the SQLite wrapper API. 2016-10-28 22:30:17 +02:00
store-api.cc daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
store-api.hh daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
worker-protocol.hh