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 --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Containerfile') diff --git a/Containerfile b/Containerfile index 6e03bad..e840311 100644 --- a/Containerfile +++ b/Containerfile @@ -6,6 +6,9 @@ ARG GDB_VERSION ARG NEWLIB_VERSION ARG TARGET +ADD ./patches /patches +ADD ./scripts /scripts + RUN /scripts/0000-prepare-os.sh RUN /scripts/0100-download.sh RUN /scripts/0200-build-target-binutils.sh -- cgit v1.2.3