File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 uses : open-watcom/setup-watcom@v0
6363 with :
6464 version : ${{ matrix.platform.owimage }}
65+ tag : 2025-09-01-Build
66+ # Currently fixed to this build because of latest compiler error:
67+ # file clbrdll.lib(fltuse80): undefined symbol _SetLD80bit_
6568
6669 - name : Checkout wolfSSL
6770 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -217,6 +217,7 @@ endif
217217 --rename-section .rodata.str1.1=.rodata.wolfcrypt \
218218 --rename-section .rodata.str1.8=.rodata.wolfcrypt \
219219 --rename-section .rodata.cst16=.rodata.wolfcrypt \
220+ --rename-section .rodata.cst32=.rodata.wolfcrypt \
220221 --rename-section .data=.data.wolfcrypt \
221222 --rename-section .data.rel.local=.data.wolfcrypt \
222223 --rename-section .bss=.bss.wolfcrypt "$$file" || exit $$?
You can’t perform that action at this time.
0 commit comments