Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 21:56:56 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-11-10 21:56:56 +0300
commit52f257b259431c83cb80c8b5947be3a974e61655 (patch)
treec545152222a518af7b1bead6f3e3017e24d47758 /cmake/toolchain-linux-arm.cmake
parentd6591501ac575ed77c5d7d425a1d98cbcfa192e2 (diff)
again
Diffstat (limited to 'cmake/toolchain-linux-arm.cmake')
-rw-r--r--cmake/toolchain-linux-arm.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/toolchain-linux-arm.cmake b/cmake/toolchain-linux-arm.cmake
index 15973736..60e7d8e2 100644
--- a/cmake/toolchain-linux-arm.cmake
+++ b/cmake/toolchain-linux-arm.cmake
@@ -1,5 +1,5 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armhf)
-set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc-8)
-set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++-8)
+set(CMAKE_C_COMPILER arm-linux-gnueabihf-gcc)
+set(CMAKE_CXX_COMPILER arm-linux-gnueabihf-g++)
set(CMAKE_CXX_FLAGS_INIT "-Wno-attributes -Wno-psabi")