Skip to content

Commit

Permalink
Don't bother finding readelf in the 32blit toolchain
Browse files Browse the repository at this point in the history
We don't use it any more. (If we need it again we can just bump the min CMake ver to 3.16)
  • Loading branch information
Daft-Freak committed Jan 20, 2025
1 parent b6810ac commit 599f972
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 32blit.toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ set(CMAKE_C_COMPILER arm-none-eabi-gcc CACHE PATH "Path to C compiler")
set(CMAKE_CXX_COMPILER arm-none-eabi-g++ CACHE PATH "Path to C++ compiler")

find_program(CMAKE_SIZE NAMES arm-none-eabi-size)
find_program(CMAKE_READELF NAMES arm-none-eabi-readelf) # handled by CMake in 3.16+

set(MCU_LINKER_SCRIPT STM32H750VBTx.ld)
set(MCU_LINKER_FLAGS_INT -Wl,--defsym=FLASH_TARGET_INT=1)
Expand Down

0 comments on commit 599f972

Please sign in to comment.