Commit Graph

12 Commits

Author SHA1 Message Date
Bernard Xiong 835504ed95 [Tools] rename GCC_VERSION to GCC_VERSION_STR 2020-02-07 15:55:53 +08:00
hollylee dde0596b55
Put codes to correct place. 2019-09-11 09:53:38 +08:00
hollylee 723ca994e7
GetGCCRoot() for usual toolchain dir structures
So don't depend on any special assumptions. See comments in the codes.
2019-09-11 09:03:59 +08:00
weety 2517728386 Remove unused debug code. 2019-08-28 17:24:16 +08:00
weety 80a0a80874 Compatible with gcc-arm-none-eabi toolchain under linux. 2019-08-28 16:52:58 +08:00
Bernard Xiong d687cfb228 [Tools] Change building script for Py3 2018-11-10 18:29:08 +08:00
ArdaFu e7ca31ccaa [tools] Modify building.py and gcc.py for work with Python 3. 2018-11-07 13:40:41 +08:00
ArdaFu 3a63c0af56 [Tools] Modify buliding.py and gcc.py for work with python 3. 2018-11-07 13:38:57 +08:00
Bernard Xiong 427be5c6ca [Tools] Add copyright information. 2018-05-30 20:58:04 +08:00
Bernard Xiong 94116edafa [Tools] Disable print out in gcc detection. 2018-05-22 11:32:48 +08:00
zyh a37ffb1b28 [Tools]fix GCC7 in MacOSX 2018-05-17 16:45:16 +08:00
Bernard Xiong 6ac213d622 Add GCC version detection.
Add cconfig.h file for different version of GCC, which is automatically
detected and generated by scons script.
2018-05-14 21:37:11 +08:00