Skip to content

Instantly share code, notes, and snippets.

View mcopik's full-sized avatar

Marcin Copik mcopik

View GitHub Profile
@jerome-pouiller
jerome-pouiller / cross-compile-ldd
Last active December 3, 2025 07:27
ldd drop-in replacement for cross-compilation toolchains.
#!/bin/bash
# ldd drop-in replacement for cross-compilation toolchains.
# Copyright (c) 2022 Jérôme Pouiller
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#