diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-02 23:57:49 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-02 23:57:49 +0100 |
commit | 5e35b0684df4d0914b5e1845f422474c06464b02 (patch) | |
tree | 63d09de222f74e7f2edffa1fe3afaf35f9dd478a | |
parent | af88a066d0e4fc5aaa63b2e7a4989d1f64b3f7b2 (diff) |
dependency/debian: libstdc++-arm-none-eabi-newlib
this is needed to make pico-serprog compile.
this change is submitted by "bauduser" in lbmk pull
request #362, but the PR was messed up. for such
a trivial change, I simply merged this change
manually, instructing the contributor to properly
learn git vcs.
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--[-rwxr-xr-x] | config/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index fdbdd107..d426300d 100755..100644 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -14,5 +14,5 @@ libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils perl pkg-config python3 python3-distutils-extra python3-pkg-resources python3-pycryptodome \ python3-pyelftools python3-setuptools python-is-python3 sharutils swig \ unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \ -g++-mipsel-linux-gnu make genisoimage mtools libx86-1 libx86-dev \ +g++-mipsel-linux-gnu make genisoimage mtools libx86-1 libx86-dev libstdc++-arm-none-eabi-newlib \ " |