add native x86_64 gcc #12
No reviewers
Labels
No labels
Compat
Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auxolotl/labs#12
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "vlinkz/labs:vlinkz/cross2native"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uses cross compiler to create native x86_64 gcc. Also make cross compilation tools more modular, setting up foundation for compiling to other architectures such as aarch64-linux and riscv64-linux. For example
nix build .#packages.x86_64-linux.cross-tool-foundation-gcc-newlib-riscv64-linux
will:Unfortunately the largest issue I've ran into is nix evaluation time exploding as I add more packages and the dependency web becomes more complex, for example:
or worse yet
from some basic tracing, it seems like it re-evals every dependency tree for every dependency, but not 100% sure why
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.