ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Make cross compiling easier #86

Closed dlech closed 9 years ago

dlech commented 9 years ago

This way you only have to assign CROSS_COMPILE=/path/to/toolchain/arm-none-linux-gnueabi- instead of assigning each individual variable.

dlech commented 9 years ago

Made the changes that you suggested anyway.

ddemidov commented 9 years ago

Thanks!