mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 17:29:07 +08:00
commit
779d86f1da
@ -32,7 +32,10 @@ def GetGCCRoot(rtconfig):
|
|||||||
if prefix.endswith('-'):
|
if prefix.endswith('-'):
|
||||||
prefix = prefix[:-1]
|
prefix = prefix[:-1]
|
||||||
|
|
||||||
root_path = os.path.join(exec_path, '..', prefix)
|
if exec_path == '/usr/bin':
|
||||||
|
root_path = os.path.join('/usr/lib', prefix)
|
||||||
|
else:
|
||||||
|
root_path = os.path.join(exec_path, '..', prefix)
|
||||||
|
|
||||||
return root_path
|
return root_path
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user