diff options
| author | Dirreke <mingyang_ge@163.com> | 2023-07-13 22:19:59 +0800 |
|---|---|---|
| committer | dirreke <mingyang_ge@163.com> | 2023-08-14 23:02:36 +0800 |
| commit | 814c2e2ceae0fe4d061c2ae9a772c7633549f76b (patch) | |
| tree | 0990b427c445e77d3863663a59c9375752917f9e /example | |
| parent | 8a160d6fcd361041dcd6edb8f72c411f71e3a23c (diff) | |
| download | rust-814c2e2ceae0fe4d061c2ae9a772c7633549f76b.tar.gz rust-814c2e2ceae0fe4d061c2ae9a772c7633549f76b.zip | |
add a csky-unknown-linux-gnuabiv2 target
Diffstat (limited to 'example')
| -rw-r--r-- | example/alloc_system.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/alloc_system.rs b/example/alloc_system.rs index e756b347e89..3deef419f42 100644 --- a/example/alloc_system.rs +++ b/example/alloc_system.rs @@ -12,6 +12,7 @@ target_arch = "mips", target_arch = "mips32r6", target_arch = "powerpc", + target_arch = "csky" target_arch = "powerpc64"))] const MIN_ALIGN: usize = 8; #[cfg(any(target_arch = "x86_64", |
