diff options
Diffstat (limited to 'out-of-tree.mk')
-rw-r--r-- | out-of-tree.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/out-of-tree.mk b/out-of-tree.mk new file mode 100644 index 0000000..524fdb6 --- /dev/null +++ b/out-of-tree.mk @@ -0,0 +1,7 @@ +STAGING_DIR=/home/openwrt/gl-inet-mt300n-v2/master-d20f4fc/staging_dir/toolchain-mipsel_24kc_gcc-7.3.0_musl +export STAGING_DIR +CROSS=${STAGING_DIR}/bin/mipsel-openwrt-linux-musl- + +CC=${CROSS}gcc + +pingid:pingid.c |