mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-20 19:42:03 +03:00
build: Add more targets for which toolchain is not checked
This commit is contained in:
parent
d1cc97006c
commit
48d8b59986
@ -95,6 +95,11 @@ ifneq ($(MAKECMDGOALS), distclean)
|
||||
ifneq ($(MAKECMDGOALS), maintainer-clean)
|
||||
ifneq ($(MAKECMDGOALS), uninstall)
|
||||
ifneq ($(MAKECMDGOALS), dist)
|
||||
ifneq ($(MAKECMDGOALS), limine-install)
|
||||
ifneq ($(MAKECMDGOALS), limine-eltorito-efi)
|
||||
ifneq ($(MAKECMDGOALS), install)
|
||||
ifneq ($(MAKECMDGOALS), install-data)
|
||||
ifneq ($(MAKECMDGOALS), install-strip)
|
||||
|
||||
override USING_GNU_LD := $(shell PATH='$(call SHESCAPE,$(PATH))' $(LIMINE_LD) --version | grep Binutils >/dev/null && echo 1)
|
||||
ifneq ($(USING_GNU_LD), 1)
|
||||
@ -112,6 +117,11 @@ $(error No suitable x86_64 C compiler found, please install an x86_64 C toolchai
|
||||
endif
|
||||
endif
|
||||
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user