diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-07-18 12:56:51 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-07-18 12:56:51 +0200 |
| commit | 0c19acb575193ab7506d63aca338fc4b90e45605 (patch) | |
| tree | 14e3ab674cff059517c853ea09d81de38bdcc035 /Containerfile | |
| parent | 9a351529b07754cffb4612078cf00b42e2a0cc85 (diff) | |
| download | teachos-toolchain-0c19acb575193ab7506d63aca338fc4b90e45605.tar.xz teachos-toolchain-0c19acb575193ab7506d63aca338fc4b90e45605.zip | |
gcc: enable PIE output
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
