From 0dd98382208f12e36f22ad50791180afe8232ce6 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 5 Aug 2021 19:13:46 +0000 Subject: add a script which builds i686-elf-binutils --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6fcd2c5..7bfc4b0 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +PATH := $(shell pwd)/toolchain/binutils-2.37/bin/:$(PATH) + AS = i686-elf-as CC = i686-elf-gcc CFLAGS = -std=gnu99 -ffreestanding -O2 -Wall -Wextra -- cgit v1.2.3