Commit graph

15 commits

Author SHA1 Message Date
85e3fea0d4
chore(foundation): remove foundation from labs 2025-03-30 06:55:20 -07:00
5bec48ef8a
chore(lib): remove lib from labs 2025-03-30 04:24:37 -07:00
d7762a5a78 add bootstraped x86_64-linux cross compiled gcc (#8)
Some checks failed
buildbot/nix-eval Build done.
Work in progress cross compiler for x86_64. I've managed to get a full x86_64 gcc using the binaries built from foundation, and am working on implementing their builds into tidepool.

### Bootstrapping steps
0) Start with i686 tools (gcc, binutils, musl, etc)
1) Build binutils targeting x86_64-linux
2) Build a minimal gcc cross compiler using the cross binutils. This minimal cross compiler does not have support for libc, so is pretty much only useful for building musl or glibc.
3) Use the minimal cross compiler to build x86_64-linux glibc or musl
4) Now that we have a cross compiler and x86_64-linux libc, we can build gcc for the target architecture!
5) Profit! We can now build anything x86_64 using our gcc compiler!

Co-authored-by: Jake Hamilton <jake.hamilton@hey.com>
Reviewed-on: #8
Reviewed-by: Jake Hamilton <jake.hamilton@hey.com>
Co-authored-by: Victor Fuentes <vmfuentes64@gmail.com>
Co-committed-by: Victor Fuentes <vmfuentes64@gmail.com>
2024-09-22 02:55:02 +00:00
7d94b7f665
feat: package extend, dynamic propagation 2024-07-09 02:54:33 -07:00
62bc2f4eee
feat: propagating hooks and context 2024-07-08 23:07:59 -07:00
008632bc8b
feat: working transient deps 2024-07-07 15:03:41 -07:00
0f602b1cb7
wip: working single dependency reference via coercion 2024-07-07 15:03:38 -07:00
69a8760bd3
feat: working linux-headers build 2024-06-22 09:11:32 -07:00
9850da8aa9
fix: resolve issue with extending cross package 2024-06-16 02:24:21 -07:00
0312e3c4cc
feat: working gcc build 2024-06-15 07:08:45 -07:00
1c67c40213
feat: cross compilation package set 2024-06-15 03:58:25 -07:00
2989fdc4fe
refactor: more elegant shorthand support 2024-06-15 02:35:37 -07:00
3713635d76
feat: simple builder 2024-06-14 07:01:18 -07:00
fea8c2cd9c
feat: working package export 2024-06-14 04:47:54 -07:00
cdc90a4656
refactor: potluck -> tidepool 2024-06-14 02:12:19 -07:00
Renamed from potluck/flake.lock (Browse further)