guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WIP: zig-build-system


From: Ekaitz Zarraga
Subject: WIP: zig-build-system
Date: Thu, 15 Dec 2022 12:12:59 +0000

Hi all,

I'm working on a zig-build-system and I have something working.

I'd like to discuss some of the problems I found because I don't
know what's the best solution:

- I don't know how to configure the cross-compilation
- The `zig` command uses a compiler to find the libc it needs to use
  we should be able to remove the `gcc-toolchain` from the
  dependencies if we just add the libc to the build system properly
  (this point is mixed with the point above)

I need suggestions on these...

I attach two patches, one for the current build system I made and
a second one for an example package that actually works but has
some weird needs you can find in the comments.

Cheers,
Ekaitz

Attachment: 0002-Add-a-sample-package-for-testing-the-zig-build-syste.patch
Description: Text Data

Attachment: 0001-WIP-Add-a-zig-build-system.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]