mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
commit
05bc93a58a
152 changed files with 828 additions and 1064 deletions
|
@ -215,6 +215,10 @@ rec {
|
|||
config = "arm-none-eabi";
|
||||
libc = "newlib";
|
||||
};
|
||||
arm-embedded-nano = {
|
||||
config = "arm-none-eabi";
|
||||
libc = "newlib-nano";
|
||||
};
|
||||
armhf-embedded = {
|
||||
config = "arm-none-eabihf";
|
||||
libc = "newlib";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue