Skip to content

Commit df71ffd

Browse files
committed
[bsp][redv] delete specific path
1 parent 554865a commit df71ffd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

bsp/sparkfun-redv/rtconfig.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212

1313
if CROSS_TOOL == 'gcc':
1414
PLATFORM = 'gcc'
15-
#EXEC_PATH = r'/opt/unknown-gcc/bin'
16-
#EXEC_PATH = r'/home/rudy/opt/tmp/SiFive/riscv64-unknown-elf-gcc-8.3.0-2019.08.0/bin'
17-
EXEC_PATH = r'/home/rudy/opt/FreedomStudio/SiFive/riscv64-unknown-elf-gcc-8.3.0-2020.04.1/bin/'
15+
EXEC_PATH = r'/opt/unknown-gcc/bin'
1816
else:
1917
print('Please make sure your toolchains is GNU GCC!')
2018
exit(0)

0 commit comments

Comments
 (0)