There was an error while loading. Please reload this page.
1 parent 7d1e551 commit ae98ac1Copy full SHA for ae98ac1
1 file changed
bsp/cvitek/cv18xx_risc-v/rtconfig.py
@@ -46,6 +46,7 @@
46
LFLAGS = DEVICE + ' -nostartfiles -Wl,--gc-sections,-Map=rtthread.map,-cref,-u,_start -T link.lds.generated' + ' -lsupc++ -lgcc -static'
47
CPATH = ''
48
LPATH = ''
49
+ CFLAGS += ' -DCONFIG_XUANTIE_SVPBMT '
50
51
if BUILD == 'debug':
52
CFLAGS += ' -O0 -ggdb'
0 commit comments