kmu-embedded / k-hypervisor

ARM-based Hypervisor for Real-Time Embedded Systems
Other
14 stars 12 forks source link

[Makefile] Added GCC version postfix option #25

Closed igxactly closed 8 years ago

igxactly commented 8 years ago
- Postfix is named 'TOOLCHAIN_VERSION_POSTFIX'
- config.mk: where the postfix to be set
- all the Makefile-s: postfix is used in CC variable value

This closes #24

igxactly commented 8 years ago

This commit currently works only when there is arm cross gcc 4.7 is installed.

Needs improvement to assure the support for 4.6 or below version.