commit | e0e7f3b210ce553c6caab05b71891a1279eb551e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Tue Mar 06 00:44:22 2012 +0100 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Mar 26 23:09:25 2012 +0200 |
tree | adede8ad915a501f01a789b928c1bc84c355b6ff | |
parent | 763cf0a3d24124916824e31793fbafbbb4311597 [diff] |
Examples: Properly append LDFLAGS to LD command The LD command in examples/standalone/Makefile ignored platform specific LDFLAGS setup. Pass these LDFLAGS to the command. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Bryan Hundven <bryanhundven@gmail.com> Cc: Michael Schwingen <rincewind@discworld.dascon.de>