From 0c19acb575193ab7506d63aca338fc4b90e45605 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 18 Jul 2025 12:56:51 +0200 Subject: gcc: enable PIE output --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 606f83c..ab4095c 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,6 @@ all: podman pull docker.io/archlinux:latest podman build \ --volume $(mkfile_dir)downloads:/downloads \ - --volume $(mkfile_dir)scripts:/scripts \ - --volume $(mkfile_dir)patches:/patches \ --build-arg BINUTILS_VERSION=$(BINUTILS_VERSION) \ --build-arg GCC_VERSION=$(GCC_VERSION) \ --build-arg GDB_VERSION=$(GDB_VERSION) \ -- cgit v1.2.3