Added lzma for dos/exe. Glue code and integration is still missing.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-02-11 07:54:16 +01:00
parent d008c834be
commit 44ed84f5cf
9 changed files with 5623 additions and 904 deletions
+1
View File
@@ -179,6 +179,7 @@ tc.default.sstrip = sstrip
tc.default.xstrip = python $(top_srcdir)/src/stub/scripts/xstrip.py
# default multiarch-binutils
tc.default.m-ar = multiarch-ar-2.17
tc.default.m-ld = multiarch-ld-2.17 $(if $(tc_bfdname),-b $(tc_bfdname))
tc.default.m-nm = multiarch-nm-2.17 $(if $(tc_bfdname),--target=$(tc_bfdname))
tc.default.m-objcopy = multiarch-objcopy-2.17 $(if $(tc_bfdname),-F $(tc_bfdname))