mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
2006-03-07 Paul Brook <paul@codesourcery.com>
* lib/compiler.c: Extract armcc version number. * lib/compiler.cc: Ditto.
This commit is contained in:
@ -70,3 +70,7 @@ set compiler_info [join {hpacc __HP_aCC} -]
|
||||
numbers seperated by '.'s: currently "7.0.0.0" */
|
||||
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
|
||||
#endif
|
||||
|
||||
#if defined (__ARMCC_VERSION)
|
||||
set compiler_info [join {armcc __ARMCC_VERSION} -]
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user