the following patch was just integrated into master: commit 104f85537f63a2ace2176c70cdc1b6a4ae6f2334 Author: Stefan Reinauer reinauer@chromium.org Date: Wed Jun 6 13:43:52 2012 -0700
malloc/memalign: Remove unneeded linker check
This check got in the code when some Linux distros shipped broken linkers around 1999. Since then, the code around that check was changed, and it does not make sense anymore to have this check.
Change-Id: I37c6b690d72f55c18ba4c34e8541a6a441e5e67a Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Tue Jul 24 02:35:01 2012, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Tue Jul 24 02:38:38 2012, giving +2 See http://review.coreboot.org/1275 for details.
-gerrit