X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=cpu%2Fmcf532x%2Fconfig.mk;h=16a0bc3264b1031b394d0180fd5dac5c6a08b269;hb=deac913effd8d80535c9ff4687b6fcdff540c554;hp=e4a3cf9fdcbd79a06bfad4cc9f54de9420be5ff1;hpb=b7166e05a513c0806b63b9dfb6f1d77645cede2a;p=u-boot diff --git a/cpu/mcf532x/config.mk b/cpu/mcf532x/config.mk index e4a3cf9fdc..16a0bc3264 100644 --- a/cpu/mcf532x/config.mk +++ b/cpu/mcf532x/config.mk @@ -24,7 +24,7 @@ # PLATFORM_RELFLAGS += -ffixed-d7 -msep-data -ifeq ($(findstring 4.2,$(shell $(CROSS_COMPILE)gcc --version)),4.2) +ifeq ($(findstring 4.2,$(shell $(CC) --version)),4.2) PLATFORM_CPPFLAGS += -mcpu=5329 -fPIC else PLATFORM_CPPFLAGS += -m5307 -fPIC