summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordzwdz2021-08-05 19:13:46 +0000
committerdzwdz2021-08-05 19:13:46 +0000
commit0dd98382208f12e36f22ad50791180afe8232ce6 (patch)
tree13741e75653fe672f2a3940130e2384cb5df8d14 /Makefile
parentaf43187f4ebee3b093b65da8e2eedb6dac1d9d7c (diff)
add a script which builds i686-elf-binutils
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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