mirror of
https://github.com/vale981/spectrwm
synced 2025-03-04 09:21:39 -05:00
![]() When cross-building, it's necessary to use versions of the various toolchain commands that have been built specifically to target the desired architecture, and that are named accordingly. In practice, the make invocation will look something like $ make CC=aarch64-linux-gnu-gcc \ PKG_CONFIG=aarch64-linux-gnu-pkg-config However, whereas $(CC) is a built-in make variable and so it behaves correctly out of the box, for $(PKG_CONFIG) we have to do some work ourselves. |
||
---|---|---|
.. | ||
baraction.sh | ||
linux.c | ||
Makefile | ||
pledge.h | ||
spectrwm.desktop | ||
tree.h | ||
util.h |