mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +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:
parent
a68d912dc0
commit
b7ca269b4d
3 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue