test: add redox target configs for redox-drm and iommu
Both crates now compile tests for x86_64-unknown-redox target. Tests compile successfully (cannot run — need Redox kernel). All 8 host-testable crates: 229 tests, 0 failures. Crates with redox-target configs: - redox-drm: 2 warnings, 0 errors - iommu: 0 warnings, 0 errors
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[target.x86_64-unknown-redox]
|
||||
linker = "x86_64-unknown-redox-gcc"
|
||||
|
||||
[build]
|
||||
target = "x86_64-unknown-redox"
|
||||
Reference in New Issue
Block a user