diff options
author | Alex Neundorf <neundorf@kde.org> | 2013-03-13 22:11:29 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2013-03-14 20:47:59 (GMT) |
commit | b3015862e547319bdc91fab5f28a366640ab50ea (patch) | |
tree | 9d6e8f4330de552b9d42b6b42ec6fe00e660a7ea /Source/cmDocumentVariables.cxx | |
parent | 12b25df882968b4f5807f2734c98847337d518a9 (diff) | |
download | CMake-b3015862e547319bdc91fab5f28a366640ab50ea.zip CMake-b3015862e547319bdc91fab5f28a366640ab50ea.tar.gz CMake-b3015862e547319bdc91fab5f28a366640ab50ea.tar.bz2 |
rename TI_DSP toolchain to TI, since it works also for the ARM compiler
Additionally, look for a special ar and strip
Alex
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index 326a4ce..2f55098 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -1499,7 +1499,7 @@ void cmDocumentVariables::DefineVariables(cmake* cm) " PathScale = PathScale (pathscale.com)\n" " SDCC = Small Device C Compiler (sdcc.sourceforge.net)\n" " SunPro = Oracle Solaris Studio (oracle.com)\n" - " TI_DSP = Texas Instruments (ti.com)\n" + " TI = Texas Instruments (ti.com)\n" " TinyCC = Tiny C Compiler (tinycc.org)\n" " Watcom = Open Watcom (openwatcom.org)\n" " XL, VisualAge, zOS = IBM XL (ibm.com)\n" |