Skip to content

Tags: avdv/scalals

Tags

v0.1.11

Toggle v0.1.11's commit message
CI: risc64 -> riscv64

v0.1.10

Toggle v0.1.10's commit message
Prepare release 0.1.10

v0.1.9

Toggle v0.1.9's commit message
Prepare release 0.1.9

v0.1.8

Toggle v0.1.8's commit message
Prepare release 0.1.8

v0.1.7

Toggle v0.1.7's commit message
Prepare release 0.1.7

v0.1.6

Toggle v0.1.6's commit message
Fix creating a fully static binary

Using `NIX_LDFLAGS` to pass in the `-static` flag does not work, since the CC
wrapper decides early on (using the `checkLinkType` helper funtion) if the link
type is dynamic or not, only looking at the passed arguments (and response
files). Depending on this, it will then pass the `-dynamic-linker` flag to the
linker which we need to avoid.

We need to pass `-static` directly when invoking the CC wrapper. Fortunately,
the `NIX_CFLAGS_LINK` variable already contains this flag (on Linux).

v0.1.5

Toggle v0.1.5's commit message
Prepare release 0.1.5

v0.1.4

Toggle v0.1.4's commit message
Prepare release 0.1.4

v0.1.3

Toggle v0.1.3's commit message
Prepare release 0.1.3

v0.1.2

Toggle v0.1.2's commit message
Prepare release 0.1.2