]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] arch/ia64/Makefile tweak
authorGary Hade <garyhade@us.ibm.com>
Tue, 2 Apr 2002 03:15:49 +0000 (19:15 -0800)
committerDavid Mosberger <davidm@wailua.hpl.hp.com>
Tue, 2 Apr 2002 03:15:49 +0000 (19:15 -0800)
arch/ia64/Makefile

index 757b58a0f2bcac9ef2b77cae1906b7c6c8b80467..c882c7ed7af12c65564e283461ed997c9011ba49 100644 (file)
@@ -22,7 +22,7 @@ CFLAGS := $(CFLAGS) -pipe $(EXTRA) -ffixed-r13 -mfixed-range=f10-f15,f32-f127 \
 # -ffunction-sections
 CFLAGS_KERNEL := -mconstant-gp
 
-GCC_VERSION=$(shell $(CROSS_COMPILE)$(HOSTCC) -v 2>&1 | fgrep 'gcc version' | cut -f3 -d' ' | cut -f1 -d'.')
+GCC_VERSION=$(shell $(CC) -v 2>&1 | fgrep 'gcc version' | cut -f3 -d' ' | cut -f1 -d'.')
 
 ifneq ($(GCC_VERSION),2)
        CFLAGS += -frename-registers --param max-inline-insns=2000