summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/ptxd_make_cmake_toolchain.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/ptxd_make_cmake_toolchain.sh b/scripts/lib/ptxd_make_cmake_toolchain.sh
index 17129341e..4848475a6 100644
--- a/scripts/lib/ptxd_make_cmake_toolchain.sh
+++ b/scripts/lib/ptxd_make_cmake_toolchain.sh
@@ -27,6 +27,8 @@ ptxd_make_cmake_toolchain_target() {
SYSTEM_NAME="Linux" \
SYSTEM_VERSION="1" \
\
+ SYSTEM_PROCESSOR="${PTXCONF_ARCH_STRING}" \
+ \
CC="$(which "${CC}")" \
CXX="$(which "${CXX}")" \
\