commit | 979b4bdc77b7c6a69f4d862b3add350fdac651d5 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sat May 03 22:25:00 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Sat May 03 23:06:59 2008 +0200 |
tree | de678d78bf9fc595788354de91897864aa82fbe3 | |
parent | 58136176e4af80566eb22613293869dc35f67286 [diff] |
config.mk: use correct (cross) compiler Some config.mk files reference $(CC) to test for specific tool chain features, so make sure $(CC) gets set before including any such config files. This patch replaces commit b7166e05a5 ("ColdFire: Get information from the correct GCC"). Signed-off-by: Wolfgang Denk <wd@denx.de>