X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fmcf532x%2Fconfig.mk;h=16a0bc3264b1031b394d0180fd5dac5c6a08b269;hb=be4880ebe4355e8782be4af4b337a1b98dffcbe3;hp=e4a3cf9fdcbd79a06bfad4cc9f54de9420be5ff1;hpb=fed4de0135fdc13565704669cdf80902bbfe3c42;p=oweals%2Fu-boot.git 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