diff options
author | Wolfgang Denk <wd@denx.de> | 2008-04-30 23:04:51 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-30 23:04:51 +0200 |
commit | fed4de0135fdc13565704669cdf80902bbfe3c42 (patch) | |
tree | b8fc14a0c94687ac766eba56cb8ec445dfad0668 /cpu/mcf52x2/config.mk | |
parent | 42ffcec3f9eba010a662d5b42981812b6bebfb9a (diff) | |
parent | 12bc4e94251c369c529ffa505cf58b148c372f7f (diff) | |
download | u-boot-imx-fed4de0135fdc13565704669cdf80902bbfe3c42.zip u-boot-imx-fed4de0135fdc13565704669cdf80902bbfe3c42.tar.gz u-boot-imx-fed4de0135fdc13565704669cdf80902bbfe3c42.tar.bz2 |
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
Diffstat (limited to 'cpu/mcf52x2/config.mk')
-rw-r--r-- | cpu/mcf52x2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf52x2/config.mk b/cpu/mcf52x2/config.mk index 650e340..be360f8 100644 --- a/cpu/mcf52x2/config.mk +++ b/cpu/mcf52x2/config.mk @@ -34,7 +34,7 @@ is5275:=$(shell grep CONFIG_M5275 $(TOPDIR)/include/$(cfg)) is5282:=$(shell grep CONFIG_M5282 $(TOPDIR)/include/$(cfg)) -ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2) +ifeq ($(findstring 4.2,$(shell $(CROSS_COMPILE)gcc --version)),4.2) ifneq (,$(findstring CONFIG_M5249,$(is5249))) PLATFORM_CPPFLAGS += -mcpu=5249 |