summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-07-18 12:56:51 +0200
committerFelix Morgner <felix.morgner@ost.ch>2025-07-18 12:56:51 +0200
commit0c19acb575193ab7506d63aca338fc4b90e45605 (patch)
tree14e3ab674cff059517c853ea09d81de38bdcc035 /Makefile
parent9a351529b07754cffb4612078cf00b42e2a0cc85 (diff)
downloadteachos-toolchain-0c19acb575193ab7506d63aca338fc4b90e45605.tar.xz
teachos-toolchain-0c19acb575193ab7506d63aca338fc4b90e45605.zip
gcc: enable PIE output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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) \