fix 32-bit non-booting issue
authorDaniel Leung <daniel.leung@linux.intel.com>
Thu, 7 Feb 2013 23:08:33 +0000 (15:08 -0800)
committerKay Sievers <kay@vrfy.org>
Fri, 8 Feb 2013 02:07:10 +0000 (03:07 +0100)
commit4c231c6a3148b020a5f7deeac93f724d6ce690fc
treeb4f5ca1fe298466da0e8c0bd83d854fcdf069574
parent60bb1224a5cef87d546c3b03f9a109e3e5df415a
fix 32-bit non-booting issue

The GCC linker is sensitive to the order of objects specified in
its input. The resulting gummitboot binary cannot be booted on
system with 32-bit UEFI BIOS. This issue is seen on both GCC
4.6.2 and 4.7.3, with binutils 2.23.1.

This changes the libgcc.a to be specified at the end when linking.
Makefile