There was an error while loading. Please reload this page.
1 parent ac6dc19 commit c3c481cCopy full SHA for c3c481c
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