From e5a5b64c61de0b687b465fb19d8f0208df7cc14e Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 29 Apr 2022 21:22:24 -0400 Subject: add complete build system --- preinit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'preinit/Makefile') diff --git a/preinit/Makefile b/preinit/Makefile index 698bf99..ba1ad94 100644 --- a/preinit/Makefile +++ b/preinit/Makefile @@ -1,5 +1,5 @@ all: - gcc -m32 -march=i486 -mtune=i486 -fno-if-conversion -fno-if-conversion2 \ + i486-linux-gcc \ -static -nostdlib -nostartfiles -ffreestanding -fno-pic -fno-pie \ -Os -ffunction-sections -fdata-sections -Wl,-gc-sections \ -Ilinux-headers \ -- cgit v1.2.3