aboutsummaryrefslogtreecommitdiff
path: root/env
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-02-01 19:49:49 +0100
committerlonkaars <loek@pipeframe.xyz>2024-02-01 19:49:49 +0100
commita9383e658ed69023b3d621dc08f1c073621d1ff1 (patch)
treedc9f15fb531be5d4e02b6c1d3624273347557ddc /env
initial commit
Diffstat (limited to 'env')
-rw-r--r--env5
1 files changed, 5 insertions, 0 deletions
diff --git a/env b/env
new file mode 100644
index 0000000..e1ff350
--- /dev/null
+++ b/env
@@ -0,0 +1,5 @@
+#!/bin/sh
+# this file should be sourced, not run!
+ARCH=arm
+CROSS_COMPILE=arm-linux-gnueabihf-
+