[BSP] move libcpu/mips/x1000 to bsp/x1000/cpu

This commit is contained in:
Bernard Xiong
2019-12-11 11:01:40 +08:00
parent ea507e2e81
commit a972fcc0b5
52 changed files with 6432 additions and 1759 deletions

View File

@@ -28,7 +28,7 @@ Export('RTT_ROOT')
Export('rtconfig')
# prepare building environment
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=True)
if GetDepend('RT_USING_HARD_FLOAT'):
env['CCFLAGS'] = env['CCFLAGS'].replace('-msoft-float', '-mhard-float')