OSDN Git Service

This patch allows cross-compilation of elf2flt for MinGW hosts when a
authorDavid McCullough <davidm@snapgear.com>
Wed, 1 Feb 2006 22:34:46 +0000 (22:34 +0000)
committerDavid McCullough <davidm@snapgear.com>
Wed, 1 Feb 2006 22:34:46 +0000 (22:34 +0000)
commita4806d47b8b7e093c3676b4aa0160fc35c23630c
tree218055fc64928a3c7e960255fed918ecae2b4e38
parentbf088b28503e3f4903456c2c60b75f359d692f00
This patch allows cross-compilation of elf2flt for MinGW hosts when a
non-MinGW build system is in use. By using uname, there is currently an
assumption in 'Makefile.in' that (build system) == (host system), which
isn't necessarily the case in a Canadian cross environment. (At
CodeSourcery we use Linux for building our MinGW-hosted toolchains, some
of which will soon include elf2flt).

Julian Brown <julian@codesourcery.com>
Makefile.in