1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 13:17:45 +00:00

Ports: Add variables for Toolchain binary directory and cxxfilt

This commit is contained in:
Andrew Kaster 2022-06-11 16:32:24 -06:00 committed by Andreas Kling
parent fef83ed47d
commit 8c877664f7
2 changed files with 8 additions and 2 deletions

View file

@ -52,6 +52,7 @@ host_env() {
export READELF="${HOST_READELF}"
export OBJCOPY="${HOST_OBJCOPY}"
export STRIP="${HOST_STRIP}"
export CXXFILT="${HOST_CXXFILT}"
export PKG_CONFIG_DIR="${HOST_PKG_CONFIG_DIR}"
export PKG_CONFIG_SYSROOT_DIR="${HOST_PKG_CONFIG_SYSROOT_DIR}"
export PKG_CONFIG_LIBDIR="${HOST_PKG_CONFIG_LIBDIR}"