Hi Have a basic query on generation of crosstool-n...
# general
n
Hi Have a basic query on generation of crosstool-ng-config-x86_64 in osquery-toolchain. How do I create it for a different architecture. Any pointers to some relevant documentation will be appreciated.
t
Hi Nam, you are referring to the
osquery-toolchain
repo here: https://github.com/osquery/osquery-toolchain Does the README and scripts in that repo answer your question?
n
Yes, same repo. So https://github.com/osquery/osquery-toolchain/blob/master/build.sh#L18 asks to use our own config. Wanted help on understanding how to generate the same for different arch like s390x?
Got it by building crosstool-ng.. thanks Ted!