magic command to facilitate linux build

This commit is contained in:
rusefi 2019-09-21 17:11:32 -04:00
parent 59598e5abf
commit b3d0f63ab3
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
# NOTE: Can be overridden externally.
#
#
# As of Sep 2019, this is known to compile on Linux
# in my case I had to
# sudo apt-get install gcc-multilib g++-multilib
#
# todo: automatically execute that command same as we automatically fetch submodules?
#
CHIBIOS = ../firmware/ChibiOS
RULESPATH = $(CHIBIOS)/os/common/startup/SIMIA32/compilers/GCC