commit | c9fe366c25b29785732a0501e9bff153c1c15c08 | [log] [tgz] |
---|---|---|
author | Matthias Weisser <weisserm@arcor.de> | Thu Nov 18 09:35:09 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Nov 18 09:47:11 2010 +0100 |
tree | d7e8a15906713fee8bb63796ca1dbb6233dadd66 | |
parent | 293d7ad26061e225524fffd002ab65ad7462b4ec [diff] |
Makefile: Fix build with USE_PRIVATE_LIBGCC If USE_PRIVATE_LIBGCC is set the yes building fails with a missing libgcc.a As we use partial linking now it is libgcc.o now. Signed-off-by: Matthias Weisser <weisserm@arcor.de>