mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
[build] Enable building with the Intel C compiler (icc)
This commit is contained in:
@@ -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
|
||||
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user