summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-24 19:27:54 +0200
committerFelix Morgner <felix.morgner@ost.ch>2025-07-24 19:27:54 +0200
commit94d007b7bda07f0aa97ed5ae5e1b64bb8d6576f0 (patch)
treeb1b2202555b19a526ef137488edbb6cb8fdc5ddf /Makefile
parent03214f80ef456f3f826db96fdad697df43effb3f (diff)
downloadteachos-toolchain-94d007b7bda07f0aa97ed5ae5e1b64bb8d6576f0.tar.xz
teachos-toolchain-94d007b7bda07f0aa97ed5ae5e1b64bb8d6576f0.zip
x86_64: use init_array for global ctors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d0542e6..7531848 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ NEWLIB_VERSION ?= 4.5.0.20241231
TARGET ?= x86_64-pc-elf
PLATFORM ?= x86-64
-IMAGE_BUILD ?= 3
+IMAGE_BUILD ?= 4
all:
podman pull docker.io/archlinux:latest