Browse Source

Modify RREFIX value with suite cross_compiler prefix

iysheng 3 years ago
parent
commit
7e66fbad56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/imx6ull-artpi-smart/rtconfig.py

+ 1 - 1
bsp/imx6ull-artpi-smart/rtconfig.py

@@ -10,7 +10,7 @@ BUILD       = 'debug'
 
 if PLATFORM == 'gcc':
     # toolchains
-    PREFIX  = os.getenv('RTT_CC_PREFIX') or 'arm-none-eabi-'
+    PREFIX  = os.getenv('RTT_CC_PREFIX') or 'arm-linux-musleabi-'
     CC      = PREFIX + 'gcc'
     CXX     = PREFIX + 'g++'
     AS      = PREFIX + 'gcc'