From b7166e05a513c0806b63b9dfb6f1d77645cede2a Mon Sep 17 00:00:00 2001 From: TsiChung Liew Date: Wed, 30 Apr 2008 12:10:23 -0500 Subject: ColdFire: Get information from the correct GCC Signed-off-by: Kurt Mahan Signed-off-by: TsiChung Liew --- cpu/mcf532x/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/mcf532x') diff --git a/cpu/mcf532x/config.mk b/cpu/mcf532x/config.mk index 16a0bc326..e4a3cf9fd 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 $(CC) --version)),4.2) +ifeq ($(findstring 4.2,$(shell $(CROSS_COMPILE)gcc --version)),4.2) PLATFORM_CPPFLAGS += -mcpu=5329 -fPIC else PLATFORM_CPPFLAGS += -m5307 -fPIC -- cgit v1.2.3