diff options
Diffstat (limited to 'scripts/cross-amd64.sh')
-rw-r--r-- | scripts/cross-amd64.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/cross-amd64.sh b/scripts/cross-amd64.sh new file mode 100644 index 000000000..b3119d8fc --- /dev/null +++ b/scripts/cross-amd64.sh @@ -0,0 +1,3 @@ +export PATH=$PATH:/opt/cross/bin +make CROSS_COMPILE=x86_64-linux- ARCH=x86_64 hammer + |