diff options
| author | Simon John <git@the-jedi.co.uk> | 2014-09-21 18:23:06 +0100 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2014-09-21 19:36:50 +0100 |
| commit | 6be2614c30a0d37a7c579df2805fbf8c192ca57a (patch) | |
| tree | a31d0dfc702fefcc87cf334497b6149252a9e026 /Arduino.mk | |
| parent | ee1855c6b1aabf4d50afcfba69cecd2417d27237 (diff) | |
Removed Travis-CI references from all examples. Regular users
are not affected by test scripts/makefiles.
Added makefile and gcc version info to config output.
Tested on Arduino 1.0.6
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1010,6 +1010,14 @@ else $(call show_config_variable,BOOTLOADER_PARENT,[USER]) endif +######################################################################## +# Tools version info +ARDMK_VERSION = 1.3.4 +$(call show_config_variable,ARDMK_VERSION,[COMPUTED]) + +CC_VERSION = $(shell $(CC) -dumpversion) +$(call show_config_variable,CC_VERSION,[COMPUTED],($(CC_NAME))) + # end of config output $(call show_separator) |
