adamgreen / gcc4mbed

Project to allow GCC compilation of code using mbed SDK libraries.
172 stars 68 forks source link

add TOOLPATH for the binaries, can be overriden #36

Closed wolfmanjm closed 9 years ago

wolfmanjm commented 9 years ago

This allows make to still work even if the TOOLPATH is not in PATH. A new TOOLPATH can be set by overriding the TOOLPATH definition from the command line or makefile.

adamgreen commented 9 years ago

Renamed variable to GCC4MBED_TOOLPATH and merged into working branch.