diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-10-26 17:42:02 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-10-26 17:42:02 -0400 |
| commit | 9f4f90b19a7d9e558f919e64f0cff226caa9339f (patch) | |
| tree | d7ac6feddb60812de0342741004add8d441531d0 /example/alloc_system.rs | |
| parent | a69046793849bd8bb28bd7cb3ecae0d8c5bed3c4 (diff) | |
| download | rust-9f4f90b19a7d9e558f919e64f0cff226caa9339f.tar.gz rust-9f4f90b19a7d9e558f919e64f0cff226caa9339f.zip | |
Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_cg_gcc_2023-10-25
Diffstat (limited to 'example/alloc_system.rs')
| -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 56ff84e4bdf..201e4c73675 100644 --- a/example/alloc_system.rs +++ b/example/alloc_system.rs @@ -9,6 +9,7 @@ // add fast paths for low alignment values. #[cfg(any(target_arch = "x86", target_arch = "arm", + target_arch = "m68k", target_arch = "mips", target_arch = "mips32r6", target_arch = "powerpc", |
