diff options
author | dzwdz | 2021-08-05 19:13:46 +0000 |
---|---|---|
committer | dzwdz | 2021-08-05 19:13:46 +0000 |
commit | 0dd98382208f12e36f22ad50791180afe8232ce6 (patch) | |
tree | 13741e75653fe672f2a3940130e2384cb5df8d14 /Makefile | |
parent | af43187f4ebee3b093b65da8e2eedb6dac1d9d7c (diff) |
add a script which builds i686-elf-binutils
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |