Skip to content

Commit fcd7dcf

Browse files
committed
Tue May 21 11:16:16 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
* templates/iar.mpd: Added support for the 'linkflags' template variable.
1 parent c2c20c9 commit fcd7dcf

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Tue May 21 11:16:16 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
2+
3+
* templates/iar.mpd:
4+
5+
Added support for the 'linkflags' template variable.
6+
17
Fri May 17 14:42:45 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
28

39
* modules/Creator.pm:

templates/iar.mpd

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -815,9 +815,12 @@
815815
</option>
816816
<option>
817817
<name>IlinkExtraOptions</name>
818-
<state> --redirect __iar_dlmalloc=malloc</state>
819-
<state> --redirect __iar_dlcalloc=calloc</state>
820-
<state> --redirect __iar_dlfree=free</state>
818+
<state>--redirect __iar_dlmalloc=malloc</state>
819+
<state>--redirect __iar_dlcalloc=calloc</state>
820+
<state>--redirect __iar_dlfree=free</state>
821+
<%foreach(linkflags)%>
822+
<state><%linkflag%></state>
823+
<%endfor%>
821824
<%foreach(libpaths)%>
822825
<state>-L<%full_path(libpath)%></state>
823826
<%endfor%>

0 commit comments

Comments
 (0)