summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/iar.mpd9
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/iar.mpd b/templates/iar.mpd
index e7d1ad81..53a571aa 100644
--- a/templates/iar.mpd
+++ b/templates/iar.mpd
@@ -815,9 +815,12 @@
</option>
<option>
<name>IlinkExtraOptions</name>
- <state> --redirect __iar_dlmalloc=malloc</state>
- <state> --redirect __iar_dlcalloc=calloc</state>
- <state> --redirect __iar_dlfree=free</state>
+ <state>--redirect __iar_dlmalloc=malloc</state>
+ <state>--redirect __iar_dlcalloc=calloc</state>
+ <state>--redirect __iar_dlfree=free</state>
+<%foreach(linkflags)%>
+ <state><%linkflag%></state>
+<%endfor%>
<%foreach(libpaths)%>
<state>-L<%full_path(libpath)%></state>
<%endfor%>