Skip to content

Instantly share code, notes, and snippets.

View mcopik's full-sized avatar

Marcin Copik mcopik

View GitHub Profile
@mcopik
mcopik / cross-compile-ldd
Created July 1, 2025 18:02 — forked from jerome-pouiller/cross-compile-ldd
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.
#