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:
parent
fef83ed47d
commit
8c877664f7
2 changed files with 8 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue