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