mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 22:50:23 +08:00
fixed newlib building script error.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1748 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
7af3914228
commit
50b5e18dce
@ -1,8 +1,7 @@
|
|||||||
Import('rtconfig')
|
Import('rtconfig')
|
||||||
|
|
||||||
from building import *
|
from building import *
|
||||||
|
|
||||||
if rtconfig.CROSS_TOOL != 'gcc':
|
if GetDepend('RT_USING_NEWLIB') and rtconfig.CROSS_TOOL != 'gcc':
|
||||||
print '================ERROR============================'
|
print '================ERROR============================'
|
||||||
print 'Please use GNU GCC compiler if using newlib'
|
print 'Please use GNU GCC compiler if using newlib'
|
||||||
print '================================================='
|
print '================================================='
|
||||||
|
Loading…
x
Reference in New Issue
Block a user