From afdf179d84dc4aa290c38604b5f35b1ef669fd65 Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Thu, 4 Feb 2016 06:48:26 +1100 Subject: target_arch is always powerpc64, remove powerpc64le check We no longer need to check for powerpc64le, so remove it. --- src/liballoc_jemalloc/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/liballoc_jemalloc') diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs index 8bdbd1a926f..d02e9e4ba13 100644 --- a/src/liballoc_jemalloc/lib.rs +++ b/src/liballoc_jemalloc/lib.rs @@ -56,8 +56,7 @@ const MIN_ALIGN: usize = 8; #[cfg(all(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64", - target_arch = "powerpc64", - target_arch = "powerpc64le")))] + target_arch = "powerpc64")))] const MIN_ALIGN: usize = 16; // MALLOCX_ALIGN(a) macro -- cgit 1.4.1-3-g733a5