Commit c96dbf48 authored by Jaagup Averin's avatar Jaagup Averin Committed by Anas Nashif
Browse files

llvm: Export CMAKE_GDB during configuration.



Appears that llvm was forgotten when other toolchains
got their CMAKE_GDB export.

Signed-off-by: default avatarJaagup Averin <jaagup.averin@gmail.com>
parent e22bd1d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,5 +32,7 @@ find_program(CMAKE_READELF NAMES
                           readelf
                           ${find_program_binutils_args})

find_program(CMAKE_GDB     gdb  PATHS ${find_program_binutils_args})

# Use the gnu binutil abstraction
include(${ZEPHYR_BASE}/cmake/bintools/llvm/target_bintools.cmake)