Skip to content

Commit c57446d

Browse files
committed
* compiler: Update SDCC compiler toolchain executables (ticket #955, thanks Basil Hussain)
> The executable used for static linking - sdcclib/sdcclib.exe is incorrect. > That tool has been deprecated for a while now and it is not included in the SDCC version 3.9.0 (released April 2019). Version 3.2.0 also ships this tool. > It has been replaced with sdar. It seems to be a drop in replacement. git-svn-id: https://svn.code.sf.net/p/codeblocks/code/trunk@12321 2a5c6006-c6dd-42ca-98ab-0921f2732cef
1 parent 8efd46c commit c57446d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/compilergcc/resources/compilers/options_sdcc.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Program name="CPP" value="sdcc.exe"/>
77
<Program name="LD" value="sdcc.exe"/>
88
<Program name="DBGconfig" value=""/>
9-
<Program name="LIB" value="sdcclib.exe"/>
9+
<Program name="LIB" value="sdar.exe"/>
1010
<Program name="WINDRES" value=""/>
1111
<Program name="MAKE" value="make.exe"/>
1212
</if>
@@ -15,7 +15,7 @@
1515
<Program name="CPP" value="sdcc"/>
1616
<Program name="LD" value="sdcc"/>
1717
<Program name="DBGconfig" value=""/>
18-
<Program name="LIB" value="sdcclib"/>
18+
<Program name="LIB" value="sdar"/>
1919
<Program name="WINDRES" value=""/>
2020
<Program name="MAKE" value="make"/>
2121
</else>

0 commit comments

Comments
 (0)