summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-01-24 16:33:47 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-01-24 16:33:47 +0100
commitcaa60b967a84bdbe68f3bfdb303e4e56812193ae (patch)
tree46701a3c8917ab8debeb07e49c5b20f35ec3bfe4
parentcb7c984bee307fa8c0d2dbf5261a02bb32d2add2 (diff)
downloadabaos-caa60b967a84bdbe68f3bfdb303e4e56812193ae.tar.gz
abaos-caa60b967a84bdbe68f3bfdb303e4e56812193ae.tar.bz2
a 386 is enough actually
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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