Kaydet (Commit) 11044cbf authored tarafından Noel Grandin's avatar Noel Grandin

fix 'line too long' link error on Windows with merged-libs

Change-Id: I76457af34d5a034197d1b7d847a7120518f44383
üst a0a919d2
......@@ -136,8 +136,7 @@ gb_LinkTarget_get_linksearchpath_for_layer = \
# avoid fatal error LNK1170 for Library_merged
define gb_LinkTarget_MergedResponseFile
cut -f -1000 -d ' ' $${RESPONSEFILE} > $${RESPONSEFILE}.1 && \
cut -f 1001- -d ' ' $${RESPONSEFILE} >> $${RESPONSEFILE}.1 && \
cat $${RESPONSEFILE} | sed 's/ /\n/g' | grep -v '^$$' > $${RESPONSEFILE}.1 && \
mv $${RESPONSEFILE}.1 $${RESPONSEFILE} &&
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment