diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-02-01 19:49:49 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-02-01 19:49:49 +0100 |
| commit | a9383e658ed69023b3d621dc08f1c073621d1ff1 (patch) | |
| tree | dc9f15fb531be5d4e02b6c1d3624273347557ddc /env | |
initial commit
Diffstat (limited to 'env')
| -rw-r--r-- | env | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/bin/sh +# this file should be sourced, not run! +ARCH=arm +CROSS_COMPILE=arm-linux-gnueabihf- + |