63f711c805
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
6 lines
107 B
TOML
6 lines
107 B
TOML
[target.x86_64-unknown-redox]
|
|
linker = "x86_64-unknown-redox-gcc"
|
|
|
|
[build]
|
|
target = "x86_64-unknown-redox"
|