Skip to content

Commit

Permalink
Also change the target triple in the crosstool-ng config (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert authored Sep 6, 2019
1 parent 9eec540 commit ce32214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crosstool-ng-config
Original file line number Diff line number Diff line change
Expand Up @@ -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=""

Expand Down

0 comments on commit ce32214

Please sign in to comment.