From 4807c388be1c16fec1b9cc3115beb5c4c8f9282f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 23 Jul 2025 11:11:57 +0200 Subject: x86_64: optimize code generation --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab4095c..d2bffed 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,8 @@ NEWLIB_VERSION ?= 4.5.0.20241231 TARGET ?= x86_64-pc-elf PLATFORM ?= x86-64 +IMAGE_BUILD ?= 2 + all: podman pull docker.io/archlinux:latest podman build \ @@ -16,5 +18,5 @@ all: --build-arg GDB_VERSION=$(GDB_VERSION) \ --build-arg NEWLIB_VERSION=$(NEWLIB_VERSION) \ --build-arg TARGET=$(TARGET) \ - --tag registry.gitlab.ost.ch:45023/teachos/devcontainers/$(PLATFORM):$(GCC_VERSION) \ + --tag registry.gitlab.ost.ch:45023/teachos/devcontainers/$(PLATFORM):$(GCC_VERSION)-$(IMAGE_BUILD) \ . -- cgit v1.2.3