提交 8b7d2fb5 编写于 作者: B Bernard Xiong

[BSP] use mips-sde-elf for ls1c bsp.

上级 dbea3cc7
......@@ -14,7 +14,7 @@ if CROSS_TOOL == 'gcc':
PLATFORM = 'gcc'
EXEC_PATH = '/opt/opt/gcc-4.3-ls232/bin'
else:
print '================ERROR============================'
print '================ERROR==========================='
print 'Not support %s yet!' % CROSS_TOOL
print '================================================='
exit(0)
......@@ -24,7 +24,7 @@ if os.getenv('RTT_EXEC_PATH'):
BUILD = 'debug'
PREFIX = 'mipsel-linux-'
PREFIX = 'mips-sde-elf-'
CC = PREFIX + 'gcc'
AS = PREFIX + 'gcc'
AR = PREFIX + 'ar'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册