]> git.sur5r.net Git - u-boot/blobdiff - cpu/mcf532x/config.mk
NAND: Fix compilation warning and small coding style issue
[u-boot] / cpu / mcf532x / config.mk
index e4a3cf9fdcbd79a06bfad4cc9f54de9420be5ff1..16a0bc3264b1031b394d0180fd5dac5c6a08b269 100644 (file)
@@ -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