about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorDirreke <mingyang_ge@163.com>2023-07-13 22:19:59 +0800
committerdirreke <mingyang_ge@163.com>2023-08-14 23:02:36 +0800
commit814c2e2ceae0fe4d061c2ae9a772c7633549f76b (patch)
tree0990b427c445e77d3863663a59c9375752917f9e /example
parent8a160d6fcd361041dcd6edb8f72c411f71e3a23c (diff)
downloadrust-814c2e2ceae0fe4d061c2ae9a772c7633549f76b.tar.gz
rust-814c2e2ceae0fe4d061c2ae9a772c7633549f76b.zip
add a csky-unknown-linux-gnuabiv2 target
Diffstat (limited to 'example')
-rw-r--r--example/alloc_system.rs1
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",