diff --git a/etc/make/amd64/compiler.mk b/etc/make/amd64/compiler.mk index 32a80a5..b2c1c35 100644 --- a/etc/make/amd64/compiler.mk +++ b/etc/make/amd64/compiler.mk @@ -1,19 +1,7 @@ - -CC86?=i686-elf-gcc -AR86?=i686-elf-ar -LD86?=i686-elf-ld - CC64?=x86_64-elf-gcc AR64?=x86_64-elf-ar LD64?=x86_64-elf-ld -# Check that the tools exist -ifeq (,$(shell which $(CC86))) -$(error Failed to find "$${CC86}": $(CC86)) -endif -ifeq (,$(shell which $(LD86))) - $(error Failed to find "$${LD86}": $(LD86)) -endif ifeq (,$(shell which $(CC64))) $(error Failed to find "$${CC64}": $(CC64)) endif