mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel: Use our toolchain's c++filt tool for the kernel map
The host's version of c++filt might not work on some operating systems, e.g. macOS.
This commit is contained in:
committed by
Andreas Kling
parent
a68d912dc0
commit
b7ca269b4d
@@ -175,6 +175,7 @@ else()
|
||||
set(CMAKE_STRIP ${TOOLCHAIN_PREFIX}strip)
|
||||
set(CMAKE_AR ${TOOLCHAIN_PREFIX}gcc-ar)
|
||||
set(CMAKE_OBJCOPY ${TOOLCHAIN_PREFIX}objcopy)
|
||||
set(CMAKE_CXXFILT ${TOOLCHAIN_PREFIX}c++filt)
|
||||
endif()
|
||||
|
||||
foreach(lang ASM C CXX OBJC OBJCXX)
|
||||
|
||||
Reference in New Issue
Block a user