From 43e7d8d003f31bf9648e6bb82988fd33e93cda0f Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Tue, 16 Jun 2020 20:52:36 +0100 Subject: fish --- out-of-tree.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 out-of-tree.mk (limited to 'out-of-tree.mk') 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 -- cgit v1.2.3