From 8f9ca9b45e12a824f2fba91a2e77c4aea5eac64d Mon Sep 17 00:00:00 2001 From: Nicolae Rosia Date: Mon, 15 May 2017 14:09:43 +0300 Subject: [PATCH] Commit 8797a090dc06cd0c9f4cf132b67e4872af1ff8f1 relocated __DF_RPI but missed to move it from *-clang.cmake Toolchain Signed-off-by: Nicolae Rosia --- cmake/toolchains/Toolchain-arm-linux-gnueabihf-clang.cmake | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/toolchains/Toolchain-arm-linux-gnueabihf-clang.cmake b/cmake/toolchains/Toolchain-arm-linux-gnueabihf-clang.cmake index 9ad4d3d2eb0..fbe06b3affe 100644 --- a/cmake/toolchains/Toolchain-arm-linux-gnueabihf-clang.cmake +++ b/cmake/toolchains/Toolchain-arm-linux-gnueabihf-clang.cmake @@ -55,10 +55,6 @@ foreach(tool echo grep rm mkdir nm cp touch make unzip) endif() endforeach() -add_definitions( - -D __DF_RPI - ) - # where is the target environment set(CMAKE_FIND_ROOT_PATH get_file_component(${C_COMPILER} PATH))