commit | 635d1b3e1b885267de90d100402ba7748fdd9bc5 | [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 | 6163f5b4c8873848ed023054bc401727301ea537 [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>