Searched refs:ARCH (Results 1 – 1 of 1) sorted by relevance
45 ARCH := x86_64 macro52 GNUEFI_DIR := $(shell find $(SYSROOT)/usr/lib* -name elf_$(ARCH)_efi.lds -type f | xargs dirname)54 CRT0 := $(GNUEFI_DIR)/crt0-efi-$(ARCH).o55 LDSCRIPT := $(GNUEFI_DIR)/elf_$(ARCH)_efi.lds59 CFLAGS=-I. -I.. -I$(INCDIR)/efi -I$(INCDIR)/efi/$(ARCH) \61 -Wall -I../fs/ -D$(ARCH) -O2 \
Completed in 4 milliseconds