Commit graph

3 commits

Author SHA1 Message Date
Alyssa Ross c70e91bcc7 tcb: mark as glibc-only
musl and UClibc, the other Linux libcs supported in Nixpkgs, don't
have NSS, so tcb can't be built for them.
2023-01-13 04:19:29 +00:00
Sergei Trofimovich 67ce2eda82 tcb: fix cross-compilation of tcb
Without the change build fails to find `gcc`:

    $ nix build --no-link -f. pkgsCross.riscv64.shadow
    > make[1]: Entering directory '/build/source/libs'
    > gcc -O2  -I../include -Wall -Wextra -fPIC -c libtcb.c -o libtcb.o
    > /nix/store/b9jxsncywlygxjjyql0z5bq6z29m6j4r-bash-5.1-p16/bin/bash: line 1: gcc: command not found
2022-12-26 14:45:00 +00:00
Izorkin d91dd6b8a4
tcb: init at 1.2 2022-12-04 18:57:01 +03:00