Skip to content

Commit

Permalink
Revert "use RPI_TOOLCHAIN_DIR if it was specified"
Browse files Browse the repository at this point in the history
This reverts commit 42581a3.
  • Loading branch information
thomas-bc authored Aug 4, 2023
1 parent f721dc6 commit 9a8fdec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/toolchain/raspberrypi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@

set(CMAKE_SYSTEM_PROCESSOR "arm")
set(ARM_TOOL_SUFFIX eabihf)

if(DEFINED ENV{RPI_TOOLCHAIN_DIR})
set(ENV{ARM_TOOLS_PATH} "$ENV{RPI_TOOLCHAIN_DIR}")
endif()

include("${CMAKE_CURRENT_LIST_DIR}/helpers/arm-linux-base.cmake")

0 comments on commit 9a8fdec

Please sign in to comment.