Add the findToolchains function that allow to find the files that match the toolchain...
[bertos.git] / wizard / const.py
index 4152cb700944180bf000d32a3a3efbfe4dc283a0..e0106b3800e881574b613fd1c8adb36f4d9c7b97 100644 (file)
@@ -24,4 +24,6 @@ CPU_DEF = {
     "CPU_DESC" : []
 }
 
-CPU_DEFINITION = "cdef"
\ No newline at end of file
+CPU_DEFINITION = "*.cdef"
+
+GCC_NAME = "*gcc*"
\ No newline at end of file