mk: LDFLAGS use elf_i386 emulation for ld
authorMatt Fleming <matt.fleming@linux.intel.com>
Tue, 12 Apr 2011 21:23:55 +0000 (22:23 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 26 Apr 2011 08:53:03 +0000 (09:53 +0100)
commit818de3ab0aba508d76029e76faed3f96626809a8
tree7e6afec5058624946d3b73d7b18256d32dad69ee
parent74b3f540232f051ef1f463570473a6722f1ab5e7
mk: LDFLAGS use elf_i386 emulation for ld

elf32_i386 isn't a valid ld emulation mode. Presumably no one is using
$(LDFLAGS) set in this file.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
mk/lib.mk