nixpkgs/pkgs/by-name/ha/hare
Coutinho de Souza 0801041b52
hare: remove shell wrapping overhead
Hardcode qbe and harec to avoid the overhead of wrapping hare with a
bash script.

By doing that, we also had to change how `makeFlags` were defined: Now
only part of the `<ARCH>_<TOOL>` make variables are conditioned to the
enableCrossCompilation. The ones belonging to the build platform are
passed unconditionally.

Add qbe and harec to propagatedBuildInputs.

Some build frameworks may rely on having harec and qbe available on
PATH by setting `HAREC` and `QBE` to relative paths --- e. g., `haredo`.
2024-05-16 10:14:14 -03:00
..
001-tzdata.patch
002-dont-build-haredoc.patch hare: enable cross-compilation 2024-03-06 10:41:04 -03:00
003-hardcode-qbe-and-harec.patch hare: remove shell wrapping overhead 2024-05-16 10:14:14 -03:00
cross-compilation-tests.nix hare: embedd paths for cross-compilation toolchains 2024-01-17 13:31:00 -03:00
package.nix hare: remove shell wrapping overhead 2024-05-16 10:14:14 -03:00
setup-hook.sh