summaryrefslogtreecommitdiff
path: root/shared-module
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-08-16 21:17:41 -0500
committerJeff Epler <jepler@gmail.com>2020-08-16 21:26:24 -0500
commitead2554c78d698bf5e70a3afd33d1154885e60d5 (patch)
treeb3814e4bc245a99c33741a88608d95e9b0bfbf76 /shared-module
parent880fe1a6942a6e37a0e11b86b5773682cfa280fb (diff)
mpy-cross: Silently clone when building for static-raspbian
Also move the construct earlier. This prevents the message ``` make: pitools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc: Command not found ``` from occurring during the first build, since make was evaluating the line ``` mpy-cross.mk:COMPILER_TARGET := $(shell $(CC) -dumpmachine) ``` before $(CC) was created by the clone. Nothing bad seems to have come of this, but it's nice to fix it anyhow. (And interesting that it was lost among the spewed messages we're removing now)
Diffstat (limited to 'shared-module')
0 files changed, 0 insertions, 0 deletions