From caa60b967a84bdbe68f3bfdb303e4e56812193ae Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 24 Jan 2020 16:33:47 +0100 Subject: a 386 is enough actually --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index eac4004..15018f6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ CC := gcc DEFINES = -DOS_ABAOS OPT := -O0 INCLUDES = -I. -Ilibc -Ihardware -Idrivers -Idrivers/hdi -Idrivers/hdi/ps2 -Idrivers/video -Inet -Idrivers/net -Ikernel -Igui -CFLAGS := -std=c99 -m32 -march=i486 -ffreestanding -nostdlib $(OPT) -g -Werror $(INCLUDES) $(DEFINES) +CFLAGS := -std=c99 -m32 -march=i386 -ffreestanding -nostdlib $(OPT) -g -Werror $(INCLUDES) $(DEFINES) LD := ld LDFLAGS := -m elf_i386 NASMFLAGS := -f elf32 -- cgit v1.2.3-54-g00ecf