From ce32214a6fa479f2d6a6df63619496789cf2fa5a Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 6 Sep 2019 19:00:17 +0200 Subject: [PATCH] Also change the target triple in the crosstool-ng config (#10) --- config | 1 + crosstool-ng-config | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config b/config index 57a6bbb..96d6a00 100644 --- a/config +++ b/config @@ -1,6 +1,7 @@ #!/bin/bash # For GCC configurations please look at crosstool-ng-config +# The vendor part has to be changed also in the crosstool-ng-config file TUPLE=x86_64-osquery-linux-gnu ZLIB_VER="1.2.11" diff --git a/crosstool-ng-config b/crosstool-ng-config index 69c12aa..6517678 100644 --- a/crosstool-ng-config +++ b/crosstool-ng-config @@ -189,7 +189,7 @@ CT_TOOLCHAIN_BUGURL="" # # Tuple completion and aliasing # -CT_TARGET_VENDOR="anywhere" +CT_TARGET_VENDOR="osquery" CT_TARGET_ALIAS_SED_EXPR="" CT_TARGET_ALIAS=""