From ffc999b85e89f3dd11a8ff4241facad1b20fb5c6 Mon Sep 17 00:00:00 2001 From: Olivier Benz Date: Mon, 11 Sep 2023 13:43:25 +0200 Subject: [PATCH] README.md: Reformat footnote --- .devcontainer/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index d05036f14a00c..eb4870b55a5fb 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -43,10 +43,9 @@ build a *statically linked* `pandoc` executable. :information_source: This works on Alpine Linux/AArch64 but not x86_64[^1]. [^1]: Most likely due to a bug in the GCC toolchain on Linux/x86_64 that was -never fixed. See -[Bug #640734 “crtbeginT.o needs to be recompiled with -fPIC” : Bugs : gcc-4.4 package : Ubuntu](https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/640734) -and -[gcc - Haskell Stack Static Binary relocation R_X86_64_32 against `TMC_END' can not be used when making a shared object - Stack Overflow](https://stackoverflow.com/questions/41419102/haskell-stack-static-binary-relocation-r-x86-64-32-against-tmc-end-can-not/41427067) +never fixed. +See [gcc - Haskell Stack Static Binary relocation R_X86_64_32 against `TMC_END' can not be used when making a shared object - Stack Overflow](https://stackoverflow.com/questions/41419102/haskell-stack-static-binary-relocation-r-x86-64-32-against-tmc-end-can-not/41427067) +and [Bug #640734 “crtbeginT.o needs to be recompiled with -fPIC” : Bugs : gcc-4.4 package : Ubuntu](https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/640734) for more information. ## Haskell Language Server (HLS)