]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commit
Use makebin if objcopy is not available.
authorUwe Hermann <redacted>
Thu, 22 Nov 2012 22:16:41 +0000 (23:16 +0100)
committerUwe Hermann <redacted>
Thu, 22 Nov 2012 22:16:41 +0000 (23:16 +0100)
commit2b421d0ecf9ec717a6864da01a071d3c9bfeec7e
tree5dfdb0f9e704d34af5e46de6d530b7c416db3f76
parentc899ab4fb5e623632d4a02d97a05a2dbb320942d
Use makebin if objcopy is not available.

Some systems might not have objcopy (e.g. on Mac OS it might not be
available per default). We use objcopy if it is found, otherwise we try
to use the 'makebin' utility (shipped with sdcc) instead.

Thanks 'Harble' on IRC for the report.
Makefile.include