On Wed, Apr 09, 2008 at 03:52:32PM -0600, Jordan Crouse wrote:
libpayload: Implement gcc wrappers for libpayload
libpayload uses a ton of flags and other scary gcc and ld options. These wrappers hide most of that from the user, so that using libpayload is as easy as lpgcc -o hello hello.c
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Acked-by: Uwe Hermann uwe@hermann-uwe.de
with the small Makefile fix as discussed on IRC.
Uwe.