From e2b9d3d34b54767e01c8555e7e672e7ce2dc400c Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 6 Aug 2021 15:38:06 +0000 Subject: a (seemingly broken) gcc build script It compiles, but the resulting gcc binary doesn't actually work. Maybe it's too new for the binutils? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7bfc4b0..efb04eb 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PATH := $(shell pwd)/toolchain/binutils-2.37/bin/:$(PATH) +PATH := $(shell pwd)/toolchain/binutils-2.37/bin/:$(shell pwd)/toolchain/gcc-11.2.0/bin/:$(PATH) AS = i686-elf-as CC = i686-elf-gcc -- cgit v1.2.3