On Wed, Mar 19, 2008 at 06:27:12PM -0600, Jordan Crouse wrote:
libpayload: Add -Os to the CFLAGS
Adding -Os to the CFLAGS gains us about 25% smaller code (give or take). Unfortunately, it exposes a strange issue where strcpy() suddenly goes missing - we think that strcpy() is being provided by libgcc, and that for some reason, -Os changes the beahavior. Oh, well - add a quick strcpy() function and we're good.
Signed-off-by: Jordan Crouse jordan.crouse@amd.com
Thanks, r3175.
Uwe.