genode/repos/gems/Tuprules.tup
Emery Hemingway 969180525f Use patched binary toolchain from Genode Labs
- Fetch and patch GCC distribution
 - Pass Tup config as a file
 - Fold out and dev outputs
 - Remove shellHook code for compatibility with dev-shell
 - Tweak Tup Nix conditionals
 - Add Tupfile.ini
 - Remove custom setup-hook
2020-01-05 20:32:08 +01:00

8 lines
97 B
Plaintext

REP_DIR = $(TUP_CWD)
LIBS += genode-os
ifndef NIX_OUTPUTS_DEV
include ../os/Tuprules.tup
endif