Skip to content

Commit

Permalink
Add a version to the script and correct the target triple (#9)
Browse files Browse the repository at this point in the history
The version should be used when preparing an archive of the toolchain.
Also changed the target triple middle part from "anywhere" to "osquery".
  • Loading branch information
Smjert authored Sep 6, 2019
1 parent a1e041d commit 9eec540
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# the LICENSE file found in the root directory of this source tree.

# Heavily influenced by https://github.com/theopolis/build-anywhere
# Version 1.0.0

function build_gcc() {
# Clone and build CrosstoolNG.
Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# For GCC configurations please look at crosstool-ng-config

TUPLE=x86_64-anywhere-linux-gnu
TUPLE=x86_64-osquery-linux-gnu

ZLIB_VER="1.2.11"
ZLIB_URL="https://zlib.net/zlib-${ZLIB_VER}.tar.gz"
Expand Down

0 comments on commit 9eec540

Please sign in to comment.