We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e0742 commit 9673ea4Copy full SHA for 9673ea4
mpy-cross/.gitignore
@@ -1,3 +1,4 @@
1
mpy-cross{,.exe}
2
mpy-cross.static{,.exe}
3
build-*
4
+pitools
mpy-cross/Makefile.static-raspbian
@@ -0,0 +1,8 @@
+PROG=mpy-cross.static-raspbian
+BUILD=build-static-raspbian
+STATIC_BUILD=1
+
5
+CROSS_COMPILE = pitools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-
6
+include mpy-cross.mk
7
8
+$(shell [ -d pitools ] || git clone --progress --verbose https://github.com/raspberrypi/tools.git --depth=1 pitools)
0 commit comments