[DEV] add get_compilator in target

This commit is contained in:
Edouard DUPIN 2016-09-25 21:35:07 +02:00
parent 82e8946227
commit 45bd6e6213

View File

@ -206,6 +206,14 @@ class Target:
def get_simulation(self):
return self.config["simulation"]
##
## @brief Get compilator name (clang / gcc)
## @param[in] self (handle) Class handle
## @return (bool) name of the compilator requested
##
def get_compilator(self):
return self.config["compilator"]
##
## @brief Add global target flags
## @param[in] self (handle) Class handle