Unknown User
Unknown User
alpineLinux has [libexecinfo](https://pkgs.alpinelinux.org/package/v3.10/main/armhf/libexecinfo-dev) don´t know about other musl based distros.
@radare ``` Step 1/12 : FROM alpine:3.10.2 ---> 961769676411 Step 2/12 : RUN apk update apk upgrade && apk add --update gcc make git musl-dev libexecinfo-dev && mkdir -p /opt/v...
> tcc fails hard. But using -cc gcc seems to work, is there a way to force this at compile time? export VFLAGS="-cc gcc"