From 2d16f03ca44269d79a28f04884165bbbb6286ba5 Mon Sep 17 00:00:00 2001 From: aqua Date: Tue, 21 Feb 2023 17:54:34 +0200 Subject: Rename host and target tool names - target tool prefix is ${ARCH}_ - host tool prefix is HOST_ --- i686/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i686/Makefile') diff --git a/i686/Makefile b/i686/Makefile index 9aa0ed1..0a19955 100644 --- a/i686/Makefile +++ b/i686/Makefile @@ -1,8 +1,8 @@ include ../Makefile.config INCLUDES := -isystem../grub -CFLAGS += ${INCLUDES} -CXXFLAGS += ${INCLUDES} +${ARCH}_CFLAGS += ${INCLUDES} +${ARCH}_CXXFLAGS += ${INCLUDES} arch.SRCS = boot.S init.s \ gdt.c lgdt.c \ -- cgit v1.2.1