From: Peter Michael Green Date: Thu, 22 Mar 2018 23:44:06 +0000 (+0000) Subject: Remove -march=native from src/binaryen/CMakeLists.txt X-Git-Tag: archive/raspbian/1.24.1+dfsg1-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a186e4e5762b6af08f55b0ea5ede6c03c8d6c8c4;p=rustc.git Remove -march=native from src/binaryen/CMakeLists.txt --- diff --git a/src/binaryen/CMakeLists.txt b/src/binaryen/CMakeLists.txt index fbd0bedb91..6c75c8e007 100644 --- a/src/binaryen/CMakeLists.txt +++ b/src/binaryen/CMakeLists.txt @@ -143,7 +143,7 @@ ELSE() ADD_COMPILE_FLAG("-mfpmath=sse") elseif(TARGET_ARCH STREQUAL "ARM") # stub for ARM-specific instructions. GCC6 adds NEON with the below flags - ADD_COMPILE_FLAG("-march=native") + #ADD_COMPILE_FLAG("-march=native") endif () endif () ADD_COMPILE_FLAG("-Wall")