From 1c67623e37dada045e9b5d1f5e19b414cc79c3e3 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 10 Mar 2009 17:50:01 +0000 Subject: [build] Enable building with the Intel C compiler (icc) --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 22a4586d..1693b4ac 100644 --- a/src/Makefile +++ b/src/Makefile @@ -22,7 +22,7 @@ ECHO := echo PRINTF := printf PERL := /usr/bin/perl CC := $(CROSS_COMPILE)gcc -CPP := $(CROSS_COMPILE)gcc -E -Wp,-Wall +CPP := $(CC) -E AS := $(CROSS_COMPILE)as LD := $(CROSS_COMPILE)ld SIZE := $(CROSS_COMPILE)size @@ -40,6 +40,7 @@ ZBIN := ./util/zbin ELF2EFI32 := ./util/elf2efi32 ELF2EFI64 := ./util/elf2efi64 EFIROM := ./util/efirom +ICCFIX := ./util/iccfix DOXYGEN := doxygen ############################################################################### -- cgit v1.2.3-55-g7522