systems/examples: remove x86_64-unknown-redox

relibc itself has been removed in 2024 already.
This commit is contained in:
Wolfgang Walther
2025-10-28 15:21:49 +01:00
parent 568495bec2
commit 4949737a38

View File

@@ -302,15 +302,6 @@ rec {
libc = "newlib";
};
#
# Redox
#
x86_64-unknown-redox = {
config = "x86_64-unknown-redox";
libc = "relibc";
};
#
# Darwin
#